Skip to content

Commit ee4d2ec

Browse files
committed
refactor: move to rn-picker
1 parent 7bf288e commit ee4d2ec

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"typescript": "^3.8.3"
6161
},
6262
"dependencies": {
63-
"@react-native-community/picker": "^1.3.0",
6463
"immer": "^6.0.3",
6564
"lodash.find": "^4.6.0",
6665
"lodash.findindex": "^4.6.0"

src/NumberPlease.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as React from 'react';
2-
import { View, StyleSheet } from 'react-native';
3-
import { Picker } from '@react-native-community/picker';
2+
import { View, StyleSheet, Picker } from 'react-native';
43
import find from 'lodash.find';
54
import findIndex from 'lodash.findindex';
65
import produce from 'immer';

0 commit comments

Comments
 (0)