Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Releases: expo-community/expo-firebase-starter

0.19.0

Choose a tag to compare

@amandeepmittal amandeepmittal released this 30 Mar 19:44
b901e33

What's Changed

Full Changelog: 0.18.0...0.19.0

Upgrade to Expo SDK 50

Choose a tag to compare

@amandeepmittal amandeepmittal released this 27 Mar 10:21
3828661

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

0.17.0

Choose a tag to compare

@amandeepmittal amandeepmittal released this 13 Aug 13:06
60db3f3

Upgrade the Expo SDK version to 46.

0.16.0

Choose a tag to compare

@amandeepmittal amandeepmittal released this 09 Apr 08:24
61321a5
  • Upgrade to Expo SDK 44

0.15.0

Choose a tag to compare

@amandeepmittal amandeepmittal released this 25 Oct 08:09
f0a1398

Upgrade to Expo SDK 43 & Firebase JS SDK v9

0.14.0

Choose a tag to compare

@amandeepmittal amandeepmittal released this 04 Sep 11:36
  • Upgrade to Expo SDK 42

Upgrade to Expo SDK 40

Choose a tag to compare

@amandeepmittal amandeepmittal released this 20 Dec 19:02
6222bb5
  • Upgrade to Expo SDK 40

Upgrade to Expo SDK 39

Choose a tag to compare

@amandeepmittal amandeepmittal released this 22 Sep 01:31
cb60767
  • Upgrade to Expo SDK 39
  • Remove react-native-elements

React Navigation v5 integration

Choose a tag to compare

@amandeepmittal amandeepmittal released this 29 Jul 09:02
8198801
  • The starter kit now uses react-navigation v5 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-elements any 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

Choose a tag to compare

@amandeepmittal amandeepmittal released this 22 Mar 07:19
  • All screen components such as Login, Signup, Home, ForgotPassword, etc. are now functional components
  • Dependencies updated to latest versions formik & react-native-elements