Skip to content

Releases: expo-community/expo-firebase-starter

0.19.0

30 Mar 19:44
b901e33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.0...0.19.0

Upgrade to Expo SDK 50

27 Mar 10:21
3828661
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

0.17.0

13 Aug 13:06
60db3f3
Compare
Choose a tag to compare

Upgrade the Expo SDK version to 46.

0.16.0

09 Apr 08:24
61321a5
Compare
Choose a tag to compare
  • Upgrade to Expo SDK 44

0.15.0

25 Oct 08:09
f0a1398
Compare
Choose a tag to compare

Upgrade to Expo SDK 43 & Firebase JS SDK v9

0.14.0

04 Sep 11:36
Compare
Choose a tag to compare
  • Upgrade to Expo SDK 42

Upgrade to Expo SDK 40

20 Dec 19:02
6222bb5
Compare
Choose a tag to compare
  • Upgrade to Expo SDK 40

Upgrade to Expo SDK 39

22 Sep 01:31
cb60767
Compare
Choose a tag to compare
  • Upgrade to Expo SDK 39
  • Remove react-native-elements

React Navigation v5 integration

29 Jul 09:02
8198801
Compare
Choose a tag to compare
  • 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

22 Mar 07:19
Compare
Choose a tag to compare
  • All screen components such as Login, Signup, Home, ForgotPassword, etc. are now functional components
  • Dependencies updated to latest versions formik & react-native-elements