Skip to content

Commit 2cf91d5

Browse files
committed
chore: local dev instructions
1 parent 9093c28 commit 2cf91d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,19 @@ const styles = StyleSheet.create({
9090

9191
## Contribute
9292
Feel free to open issues or submit a PR!
93+
94+
### Local development
95+
```shell
96+
# Install Dependencies
97+
$ npm i
98+
99+
# Locally link the autocomplete package into the example project
100+
$ npm link react-native-autocomplete-input -w starwarsmoviefinder
101+
102+
# Enable package rebuild on changes
103+
$ npx nx watch --projects=react-native-autocomplete-input -- npm run build
104+
105+
# Run the example project
106+
$ npm run start -w starwarsmoviefinder
107+
```
108+

0 commit comments

Comments
 (0)