Updated Mobile Apps with build changes that are breaking for me
Hey Alex T⚜️ ,
As I checked out Github this morning I noticed you had some new commits to the platform and to my initial excitement the mobile apps. I got a little nervous when I saw it was around bringing react-native up to a current version because I've had to compile the apps with React-native 0.59.10 just to keep them somewhat functional at least on my devices.
Anyway I downloaded the new commit and did all the necessary npm work and almost immediately the iOS build failed. Looking in Xcode the changes are clear. Correct me if I am wrong but I believe CocoaPods is a new addition? I also think the .xworkspace is new which I appreciate having in addition to the .xcodeproj. [ 👍 Xcode is so much cleaner with this. Beautiful!]
Did you have any similar issues?
I haven't used Cocoapods for dependency management so this will be new ground for me. I am holding out hope that this new version of react-native fixes the numerous issues I was having before.
Anything else new in the build?
Thanks for the continued work!
Mosi
-
-
·
Alex T⚜️
- ·
You are right, now you need to open .xworkspace project in XCode instead of .xcodeproj.
Changes in this update:
- We've had to remove pull-to-refresh feature since it's causing issues in Android app
- Better notifications handling
- Upgrade to the latest version of ReactNative
-
·
Alex T⚜️