idsingh

Results 1 comments of idsingh

Anyone facing the same issue can run this patch via a bashscript using postinstall hook in package.json ``` #!/usr/bin/env bash echo "Fixing build.gradle for RN Orientation" sed -ie "s/23/28/" node_modules/react-native-orientation/android/build.gradle...