Closed mariokehl closed 3 months ago
i don't see exactly why this happend, the podspec looked like this:
else
if new_arch_enabled
Which should have been something like:
if defined?(install_modules_dependencies()) != nil
install_modules_dependencies(s);
else
if new_arch_enabled
After doing npm remove react-native-webview
the right code of v13.6.3 was restored and now it is working.
NS 8.8.1
package.json:
I'm receiving this error during
ns run ios
, whilens run android
is doing fine: