Skip to content

Commit e3e6da6

Browse files
committed
feat: Moved to @react-native-community pickers
BREAKING CHANGE
1 parent 92c270e commit e3e6da6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4051
-7846
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ workflows:
6060
- tests
6161
filters:
6262
branches:
63-
only: master
63+
only:
64+
- master
65+
- next
66+
- next-major

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": ["plugin:react-app/recommended"]
2+
"extends": ["plugin:react-app/recommended", "plugin:prettier/recommended"]
33
}
713 KB
Loading
523 KB
Loading

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ android/keystores/debug.keystore
4444
.vscode
4545
jsconfig.json
4646
npm-debug.log.*
47+
48+
# yarn
49+
yarn-error.log

README.md

Lines changed: 60 additions & 100 deletions
Large diffs are not rendered by default.

example/.buckconfig

Lines changed: 0 additions & 6 deletions
This file was deleted.

example/.flowconfig

Lines changed: 0 additions & 69 deletions
This file was deleted.

example/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ buck-out/
5454

5555
# Bundle artifact
5656
*.jsbundle
57+
58+
# CocoaPods
59+
/ios/Pods/

example/.watchmanconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)