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 9093c28 commit 2cf91d5Copy full SHA for 2cf91d5
README.md
@@ -90,3 +90,19 @@ const styles = StyleSheet.create({
90
91
## Contribute
92
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