-
-
Notifications
You must be signed in to change notification settings - Fork 980
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup example app to use Expo (#2905)
## Description This PR refactors the example application. We want to use expo in our example application. - Move the example app from `react-native-cli` to `expo`. - Add custom App icon and Splash screen. - Update the `react-native` version in the root directory. - Update `HitSlop` type in `react-native-gesture-handler/src/handlers/gestureHandlerCommon.ts`. - Updates `package.json` dependencies. - Updates `README.md`. - Update `.gitignore`. - Update `babel.config.js`. - Update `metro.config.js`. - Update `tsconfig.json`. - Update imports from `react-native-gesture-handler`. - Remove the Android and IOS folders. - Remove `babel.config.web.js` and `webpack.config.js`. ## Test plan Tested on IOS, Android, and Web platforms. --------- Co-authored-by: Jakub Piasecki <[email protected]>
- Loading branch information
1 parent
a8d6b18
commit 50d2dce
Showing
99 changed files
with
4,332 additions
and
16,909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,7 @@ buck-out/ | |
|
||
# testing | ||
/coverage | ||
|
||
# Expo | ||
android/ | ||
ios/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.