5 lines
166 B
Bash
Executable File
5 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
# Author: Bell
|
|
cp node_modules/react-native-prompt-android/*.js ../
|
|
cp -a node_modules/react-native-prompt-android/android/{src,build.gradle} ../android/
|