Skip to content
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

Merged
merged 3 commits into from
Mar 27, 2024
Merged

Conversation

deonneon
Copy link
Contributor

@deonneon deonneon commented Mar 25, 2024

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.

@deonneon deonneon changed the title push template upgrade from Expo 46 to 49 Mar 25, 2024
@deonneon
Copy link
Contributor Author

Need to change Readme after merge

@amandeepmittal
Copy link
Collaborator

Thanks @deonneon! I will check this out and get back.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@amandeepmittal amandeepmittal left a 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 🎉

metro.config.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
persistence: getReactNativePersistence(AsyncStorage),
});
//
// Need to upgrade to Expo with typescrip inorder getReactNativePersistence to work.
Copy link
Collaborator

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.

Copy link
Collaborator

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.

@amandeepmittal amandeepmittal merged commit f191669 into expo-community:master Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants