An open API service indexing awesome lists of open source software.

https://github.com/userrails/native-app-ex

Native App Example
https://github.com/userrails/native-app-ex

Last synced: 3 months ago
JSON representation

Native App Example

Awesome Lists containing this project

README

        

# native-app-ex
Native App Example

* Error: 33.0.0 is not a valid SDK Version. Options are 35.0.0 UNVERSIONED
>> Solution: run the command `expo update 35.0.0`
>> or Go to Package.json and add the version number from 33 to 35 and then remove the package-lock.json and reinstall through npm or yarn.