Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Experimental Expo Support #299

Merged
merged 29 commits into from
Mar 4, 2020
Merged

Experimental Expo Support #299

merged 29 commits into from
Mar 4, 2020

Conversation

jamonholmgren
Copy link
Member

@jamonholmgren jamonholmgren commented Dec 23, 2019

image

Known limitations with this Expo implementation, or Expo in general:

  • Detox end-to-end testing doesn't work
  • react-native-dotenv does not seem to work Updated to using env.js
  • Font-weight and font-style aren't supported in Expo's fonts, so you have to load font variants as separate fonts
  • Storybook doesn't work working now
  • react-native-localize doesn't work (but we implemented expo-localization instead)
  • createNativeStackNavigator doesn't work with Expo, so we went back to createStackNavigator

jamonholmgren and others added 28 commits September 9, 2019 19:03
* update: separate Expo-compatible dependencies

* update: branch entry point

* add: expo-localization

* add: expo-font

* add(temp): RN AsyncStorage for Expo

* add: expo entry point

* add: updated templates

* misc: indentation

* fix: missing condition

* fix: remove expo only file

* remove: unnecessary promise

* update: Move AppRegistry upper level / unify entry point

* update: Delete Expo-only font file after copying
* add: jest for expo

* delete: mocks no longer used

* add: AsyncStorage test for expo

* remove: postInstall

* update: init storybook for expo

* update: jest setup, delete unused mocks

* update: storybook 5.2.8
@jamonholmgren jamonholmgren changed the title WIP: Experimental Expo Support Experimental Expo Support Mar 4, 2020
@jamonholmgren jamonholmgren merged commit 273cb17 into master Mar 4, 2020
@jamonholmgren jamonholmgren deleted the feature/expo branch March 4, 2020 22:06
infinitered-circleci pushed a commit that referenced this pull request Mar 4, 2020
@infinitered-circleci
Copy link

🎉 This PR is included in version 4.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants