react-native-queue icon indicating copy to clipboard operation
react-native-queue copied to clipboard

unable to integrate in react-native version > 60.4

Open anshumanburman opened this issue 5 years ago • 7 comments

i am trying to add this library in react native version 60.4 for android but it is giving error. The error is related to realm and when i link the react-native link realm then it says node_package does not have realm. please resolve this issue.

anshumanburman avatar Jul 27 '19 10:07 anshumanburman

I fixed this by installing realm as a dependency separately and linking.

Li357 avatar Aug 06 '19 00:08 Li357

yeah with

  1. npm install realm
  2. react-native link realm

info Linking "realm" iOS dependency info iOS module "realm" has been successfully linked info Android module "realm" is already linked

Ticket can be closed I guess.

sgeier avatar Oct 18 '19 23:10 sgeier

Note, realm only supports Node 8 & Node 10 right now. Switching to node 10 for my project fixed an install issue on iOS.

gruffT avatar Nov 17 '19 14:11 gruffT

Further to this, if using pods on iOS, running "yarn install" or "yarn add" breaks the pod install for realm. You need to clear out the pod cache and reinstall to make it work again.

Also, no need to manually link when auto linking is available.

gruffT avatar Feb 15 '20 11:02 gruffT

Same happens for me using RN 0.61.5

sshanzel avatar Mar 30 '20 12:03 sshanzel

@sgeier Did you install any specific version of Realm or latest one ?

vishgoel007 avatar Jul 02 '20 10:07 vishgoel007

@sshanzel Did you able to solve it ?

vishgoel007 avatar Jul 02 '20 12:07 vishgoel007