0

I just changed the mac i'm using. So i imported my project from Git(node modules of course was in the git.ignore file ). The project is running perfectly fine with the old mac but I get this error when running it on the new mac.

_reactNative.TouchableNativeFeedback.SelectableBackground is not a function. (In '_reactNative.TouchableNativeFeedback.SelectableBackground()', '_reactNative.TouchableNativeFeedback.SelectableBackground' is undefined)]
user3521011
  • 1,481
  • 5
  • 20
  • 35
  • What RN version and NPM packages are you using? I'm having a similar error, and am curious to see what overlap there is. – Julian K Mar 02 '17 at 13:06
  • "react": "~15.4.0", "react-native": "0.41.2", "react-native-action-button": "^2.6.0" react-native-cli: 2.0.1 npm 4.0.5 – user3521011 Mar 02 '17 at 14:56

1 Answers1

0

It could be related to this issue, if you're using react-native-action-button: https://github.com/mastermoo/react-native-action-button/issues/144

If not, maybe it will point you in the right direction.

Julian K
  • 1,877
  • 2
  • 19
  • 27