Few more changes are yet to be incorporated in the react-native example project
- Platform (e.g. Android/iOS): iOS
- Node.js / npm versions: Node v16.4.0 / Npm v7.18.1
Hello, I have cloned this project, I tried out the example react-native project, and the following is the sequence of operations.
- Installed all the dependencies using yarn and then ran npx pod-install
- Everything is good so far
- Ran yarn serve
- Ran yarn start
- Everything is good so far
- Ran yarn ios
- Error shows up error subbscribeToUpdate is undefined
- Then I found this commit which saying subscribeToMore is renamed to subscribeToUpdates
- Now I think few more changes are yet to be incorporated in the react-native example project