diff options
Diffstat (limited to 'dev-env')
| -rwxr-xr-x | dev-env | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,10 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | docker run -it \ | ||
| 4 | --rm \ | ||
| 5 | -v "$(pwd)":/app -w /app \ | ||
| 6 | -v react-native-android-data:/root \ | ||
| 7 | --privileged \ | ||
| 8 | reactnativecommunity/react-native-android \ | ||
| 9 | $@ | ||
| 10 | |||
