TypeError: undefined is not a function (evaluation "remoteModules.forEach")

I am trying to check this application: https://github.com/7kfpun/FinanceReactNative

I am using response-native: 0.26.3

When the application starts, I automatically get

 TypeError: undefined is not a function (evaluation 'remoteModules.forEach')

This is one of my first attempts with responsive-native, and I have no idea how to solve this problem: /

enter image description here

+4
source share
1 answer

I also met a similar problem. My advice is to uninstall node_modulesand reinstall everything. This solved my problem. Hope this helps too.

I got this solution below. https://github.com/xotahal/react-native-material-ui/issues/26

0

Source: https://habr.com/ru/post/1657098/


All Articles