File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ Didn't find your country ? Just add the required countries or locales and make a
8
8
1 . Custom search input rendering.
9
9
2 . Picker types (modal, input). If you need input with search.
10
10
3 . Docs update/improve for the best user experience.
11
- 4 . TS Declarations.
12
- 5 . Animation improvements.
11
+ 4 . Animation improvements.
13
12
14
13
If you have something interesting ! Just write to us :)
15
14
@@ -26,7 +25,7 @@ yarn: `yarn add react-native-country-codes-picker`
26
25
# Basic usage
27
26
28
27
``` JS
29
- import { CountryPicker } from " react-native-country-codes-picker" ;
28
+ import CountryPicker from " react-native-country-codes-picker" ;
30
29
31
30
export default function App () {
32
31
const [show , setShow ] = useState (false );
You can’t perform that action at this time.
0 commit comments