Skip to content

Commit 6856910

Browse files
committed
2 parents 03a70ec + 51ebfb5 commit 6856910

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Didn't find your country ? Just add the required countries or locales and make a
88
1. Custom search input rendering.
99
2. Picker types (modal, input). If you need input with search.
1010
3. Docs update/improve for the best user experience.
11-
4. TS Declarations.
12-
5. Animation improvements.
11+
4. Animation improvements.
1312

1413
If you have something interesting ! Just write to us :)
1514

@@ -26,7 +25,7 @@ yarn: `yarn add react-native-country-codes-picker`
2625
# Basic usage
2726

2827
```JS
29-
import {CountryPicker} from "react-native-country-codes-picker";
28+
import CountryPicker from "react-native-country-codes-picker";
3029

3130
export default function App() {
3231
const [show, setShow] = useState(false);

0 commit comments

Comments
 (0)