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

Error: Couldn't find preset "react-native" relative to directory

Open MattyK14 opened this issue 7 years ago • 0 comments

To fix this runtime error .babelrc needs to be created in the project directory. The file text should read: { "presets": ["react-native"] }.

MattyK14 avatar Feb 07 '17 14:02 MattyK14