We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf288e commit ee4d2ecCopy full SHA for ee4d2ec
package.json
@@ -60,7 +60,6 @@
60
"typescript": "^3.8.3"
61
},
62
"dependencies": {
63
- "@react-native-community/picker": "^1.3.0",
64
"immer": "^6.0.3",
65
"lodash.find": "^4.6.0",
66
"lodash.findindex": "^4.6.0"
src/NumberPlease.tsx
@@ -1,6 +1,5 @@
1
import * as React from 'react';
2
-import { View, StyleSheet } from 'react-native';
3
-import { Picker } from '@react-native-community/picker';
+import { View, StyleSheet, Picker } from 'react-native';
4
import find from 'lodash.find';
5
import findIndex from 'lodash.findindex';
6
import produce from 'immer';
0 commit comments