forked from callstack/react-native-slider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Transform prettier config to use JSON instead of JS * Update react-native to 0.70.1 * Avoid including specific example implementation files * Remove redundant presets from babel config * Update package lockfile regarding postinstall script * Update Pods regarding react-native update * Revert "Avoid including specific example implementation files" This reverts commit f040be7. * Update locks regarding Hermes engine * Reorganize example source structure * Fix the incorrect event used for Sliding Start example
- Loading branch information
1 parent
e935c97
commit df02fe0
Showing
17 changed files
with
13,706 additions
and
37,413 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"bracketSameLine": true, | ||
"bracketSpacing": false, | ||
"singleQuote": true, | ||
"trailingComma": "all" | ||
} |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"presets": ["module:metro-react-native-babel-preset", "babel-preset-expo"] | ||
"presets": ["module:metro-react-native-babel-preset"] | ||
} |
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
Oops, something went wrong.