-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package react-native-spinkit has been ignored during build with RN 0.60.4 #124
Comments
I have the same problem in my app! My temporary fix is:
Does anyone else have a more permanent solution as this will only last until the next release? |
I have the same problem! |
On the folder node_modules/react-native-spinkit.
|
react-native.config.js had the commands array as an object. This has been resolved. Fixes issue maxs15#124
PR opened to fix this - #125 |
Will this patch be merged into the master branch? I have to keep copying the patch into the files every time that I install a new package to add to my app to avoid getting the error.
|
PR now has been merged in... fixed in v1.4.1 of react-native-spinkit 🎉 |
If it is merged, why is issue not closed? It makes bad impact to see this much issues open. |
getting issue on 1.5.0 |
react-native.config.js had the commands array as an object. This has been resolved. Fixes issue #124
When building my project with RN 0.60.4 and react-native-spinkit 1.4.0 I get the following warning:
warn Package react-native-spinkit has been ignored because it contains invalid configuration. Reason: "commands" must be an array
The text was updated successfully, but these errors were encountered: