You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: SampleApp/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,8 @@ $ npm run nodemon
18
18
```
19
19
20
20
You can now edit the files in `../`, and they will be synced to `node_modules/react-native-modal-selector/`
21
+
22
+
23
+
# Modifying react-native-modal-selector (RNMS) code during development
24
+
25
+
The RNMS source code is copied post-install due to a circular symlink bug. If the RNMS code changes, you must run `npm run postinstall` to update it in this sample app.
0 commit comments