dimaportenko / magento-react-native

React Native mobile app for Magento 2.x
MIT License
297 stars 158 forks source link

I found new issue on react native 17.0.1 #187

Closed huya03487 closed 3 years ago

huya03487 commented 3 years ago

src/actions/RestActions.js: # could not be cloned.

RCTFatal __28-[RCTCxxBridge handleError:]_block_invoke _dispatch_call_block_and_release _dispatch_client_callout _dispatch_main_queue_callback_4CF CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE __CFRunLoopRun CFRunLoopRunSpecific GSEventRunModal -[UIApplication _run] UIApplicationMain main start image

dimaportenko commented 3 years ago

hi @huya03487 I've just done

  git clone https://github.com/dimaportenko/magento-react-native.git
  cd magento-react-native/
  cd ios
  yarn install && pod install
  cd ..
  npx react-native run-ios

And I don't see the error. Can you provide steps to reproduce your error?