I did same thing for iOS like I do before for Android: https://gist.github.com/ridvanaltun/5bf4e072e8db7a4ecd93770c542b1387
- Mark don't needed libraries with
appClip
key inreact-native.config.js
file:
module.exports = {
dependencies: {
['react-native-camera']: {
appClip: false,
},