This repository was archived by the owner on Jul 22, 2026. It is now read-only.
Releases: expo-community/expo-firebase-starter
Releases · expo-community/expo-firebase-starter
Release list
0.19.0
What's Changed
- Update screenshots height when displayed by @amandeepmittal in #85
- [0.19.0] Fix dependencies version by @amandeepmittal in #86
Full Changelog: 0.18.0...0.19.0
Upgrade to Expo SDK 50
What's Changed
- [docs] Update note to a new section by @amandeepmittal in #83
- Upgrade from Expo 46 to 49 by @deonneon in #82
- Upgrade to Expo SDK 50 by @amandeepmittal in #84
New Contributors
Full Changelog: 0.17.0...0.18.0
0.17.0
0.16.0
0.15.0
Upgrade to Expo SDK 43 & Firebase JS SDK v9
0.14.0
Upgrade to Expo SDK 40
- Upgrade to Expo SDK 40
Upgrade to Expo SDK 39
- Upgrade to Expo SDK 39
- Remove react-native-elements
React Navigation v5 integration
- The starter kit now uses
react-navigationv5 library for navigation patterns. - Some of the files are now organized differently than the previous versions.
- This kit is completely dependent on custom styles and does not use
react-native-elementsany more. - uses latest Expo SDK
38.x.x.. - it now only supports Email/Password authentication with Firebase as the backend
- uses React's Context API & checks user's auth state
- Form components are completely reusable with Formik and yup
Functional Components & Hooks
- All screen components such as
Login,Signup,Home,ForgotPassword, etc. are now functional components - Dependencies updated to latest versions
formik&react-native-elements