Closed ibobo closed 5 years ago
Podfile wrongly referenced package instead of package_json, so Cocoa Pods fails with an error:
package
package_json
Invalid `react-native-simple-crypto.podspec` file: undefined local variable or method `package' for Pod:Module
This fixes the problem. It works beautifully otherwise, even in RN 0.60.x. Thanks!
Thanks! 👍 Published on v0.2.8
Podfile wrongly referenced
package
instead ofpackage_json
, so Cocoa Pods fails with an error:This fixes the problem. It works beautifully otherwise, even in RN 0.60.x. Thanks!