[fixed] Exp detach "Build Failed" on brand new create-react-native-app eject

  1. create-react-native-app
  2. yarn run eject
  3. select expokit
  4. pod install
  5. open .xcworkspace
  6. run
No visible @interface for 'RCTAsyncLocalStorage' declares the selector 'initWithStorageDirectory'

Thanks!

thanks for reporting this @peterpme, we are looking into it

this is fixed now! https://github.com/react-community/create-react-native-app/commit/cbf3f9e373d2edde00c824d2269f26f6bf5b7cfb

you can make it work on an existing project by updating react-native-scripts or just deleting yarn.lock / npm-lock.json and running yarn or npm install again

1 Like

I am getting the exact same problem, but my react-native-scripts version is 1.3.1