vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

Invariant Violation: Native module cannot be null #92

Closed madeinquant closed 4 years ago

madeinquant commented 4 years ago

Following the tutorial to build a react-native app. "https://github.com/vouch-opensource/krell/wiki/Reagent-Tutorial"

  1. Encounter error when execute this statement "clj -m krell.main -co build.edn -c -r" Invariant Violation: Native module cannot be null

  2. However, successfully when execute production release statement "clj -m krell.main -v -co build.edn -O advanced -c"

Simulator Screen Shot - iPhone 11 - 2020-06-23 at 18 39 30