Advertisement
FadhilUrl

Bug and Solve React Native

Oct 14th, 2020 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. + Using react native material top bar error
  2. null is not an object (evaluating '_ReanimatedModule.default.configureProps')
  3.  
  4. + https://github.com/satya164/react-native-tab-view/issues/843
  5. + Manual Linking
  6. (https://stackoverflow.com/questions/56373449/how-to-manual-link-npm-package-react-native-reanimated)
  7.  
  8. + When i try change uppercase word asset (image word) this bug show
  9. "SHA-1 for file ... is not computed` when using `resolver.resolveRequest"
  10.  
  11. Solve with this "npm i -g react-native-cli"
  12. + https://github.com/facebook/metro/issues/330
  13.  
  14. + Error code 65 when run ios (first init project RN) Environtment Mac os Bigsure
  15. - Go to Xcode > file > workspace setting > change "Shared Workspaces and Per user workspaces setting " to "New Build System"
  16. - Choose "Derived data" to "Default Location"
  17. - Then click Advanced Choose custom
  18.  
  19. Screen Shot 2021-02-08 at 23.05.36
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement