I have a react native android component as an npm dependency to my react native project. It is autolinked during react-native run-android. I have made changes to the dependency java files(node_modules/dependency/android/com/z/y/x/Foo.java). How to recompile the project inorder to get the changes ?
↧