I have been using RN 0.61.+ for my android and ios app with Codepush for remote JS updates.
With react native auto-linking
enabled in 0.60+
. When we add a native library, there is no native code added in the android and ios folders except that we need to do a pod install
for iOS.
Does this mean I can simply do update to users with JS Bundle on codepush
? Or do I have to still create native builds and release on stores?