react-native-interactable: Real-life Example not working

simulator screen shot jul 21 2017 9 51 26 am

Ever components appears like this (e.g., red outline and with no animation) Environment:

    "mantra-core": "^1.7.0",
    "native-base": "^2.1.5",
    "react": "16.0.0-alpha.6",
    "react-native": "0.44.3",
    "react-native-app-intro": "^1.1.5",
    "react-native-clean-form": "^0.4.2",
    "react-native-easy-grid": "^0.1.13",
    "react-native-elements": "^0.13.0",
    "react-native-fit-image": "^1.4.8",
    "react-native-interactable": "^0.1.0",
    "react-native-linear-gradient": "^2.0.0",
    "react-native-modal-dropdown": "^0.4.4",
    "react-native-multi-slider": "^0.3.5",
    "react-native-swiper": "^1.5.4",
    "react-native-vector-icons": "^4.2.0",
    "react-redux": "^5.0.5",
    "redux": "^3.7.2",
    "redux-form": "^6.8.0"```

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 7
  • Comments: 23

Most upvoted comments

I just cloned the current git repo and it worked fine 😃

The important thing is: You have to use the right version of react / react-native in your project!

This issue can be closed!

same issue… i guess its not compatible with react 16.2.0 at this current point in time…

also @smith64fx if that’s the case, why isnt any information available about which versions are supported and which arent ? They should certainly put that information in their readme.

I still get same error. Please help me. This is my package.json: "dependencies": { "react": "^16.2.0", "react-native": "0.52.0", "react-native-interactable": "^0.1.7", "react-native-vector-icons": "^4.5.0", "react-navigation": "^1.0.0-beta.27" },

@AaronBuxbaum CRNA& Expo are not compatible with any projects that use react-native link

@smooJitter @chrismllr @tangtai @AaronBuxbaum This commit fixes your issue https://github.com/wix/react-native-interactable/commit/d8c8f08f2b805070eac333124149ce87132a986e. For now, while waiting for the repo to update new version to include this commit. You can use this commit in your project by define the react-native-interactable under dependencies in your package.json as follow:

"react-native-interactable": "https://github.com/wix/react-native-interactable.git#d8c8f08f2b805070eac333124149ce87132a986e"

Hope it helps!

Same issue, Not working too

Same issue… not working

Manual linking helped. Check it out here