I want to pick an image from gallery and copy that image to the currently running app’s installation directory using react-native.
You can use React Native Image Picker to pick an image from Camera Roll or Gallery.
See it's usage code here
To write any file into native file storage, you can use RNFS
See a basic example here