-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade from Expo 46 to 49 #82
Conversation
Need to change Readme after merge |
Thanks @deonneon! I will check this out and get back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @deonneon 🎉
persistence: getReactNativePersistence(AsyncStorage), | ||
}); | ||
// | ||
// Need to upgrade to Expo with typescrip inorder getReactNativePersistence to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will follow up this on quickly after merging this PR as I have changes to upgrade to SDK 50 stacked up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgraded to SDK 50 in #84 and tested this and it works without the need to use TypeScript.
Upgraded template for 46 to 49.
Able to preserve JS First format. Firebase persistence Async Storage is broken. Will need to convert to TS format to be compatible with the react-native async library.
Any user working with an existing TypeScript project should be able to get the full benefit.