React-Native-Meteor update React-Native 0.33

I am running a Meteor server and a React-Native client (currently running on iOS). Since I upgraded to React-native 0.33, the MeteorListView Component throws the following error:

Screenshot error

My 'UserDos' follows the example of InProgress-team / react-native-meteor . When replacing MeteorListView using a normal ListView, everything works fine. Does anyone encounter this problem or can identify or direct me to solve the problem?

Version

"respond": "^ 15.3.1",

"native reaction": "^ 0.33.0",

"reaction-native-lock": "^ 0.4.0",

"response-native-meteor": "^ 1.0.0-rc15",

"response-native-scrollable-tab-view": "^ 0.6.0",

"-": "^ 4.4.5",

"redux": "^ 3.6.0",

"redux-thunk": "^ 2.1.0",

+4
1

macOS React-native . , , , ; , !

+2

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


All Articles