Skip to content

Commit 1319bac

Browse files
committed
2 parents 8357b0f + 6d9555d commit 1319bac

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@ Features implemented:
2121
Run command
2222

2323
```
24-
npm i react-native-cusom-datepicker-ios
24+
npm i react-native-custom-datepicker-ios
2525
// or
2626
yarn add react-native
2727
```
2828

29+
Then link iOS dependencies
30+
```
31+
react-native link react-native-custom-datepicker-ios
32+
```
33+
2934
## Example Code
3035

3136
You can see some usage code inside project's examples folder.

0 commit comments

Comments
 (0)