react-native-spotify-remote
react-native-spotify-remote copied to clipboard
Problem in running examples folder
Warning: Failed prop type: Invalid prop `tabStyle` of type `array` supplied to `DefaultTabBar`, expected `object`.
I am seeing a lot of errors like this while running the examples folder. Please help.
Am seeing this error too trying to run the example folder, after I have yarn installed:
C:\Users\BEN\Documents\spotify-test\example>yarn start yarn run v1.22.5 $ react-native start error Cannot find module '../package.json'
What am I missing here?
Make sure you install all the dependencies first.
$ cd example
$ yarn
@wiredmatrix perhaps its because your on windows and it's currently referencing the package via ../package.json
instead of ..\package.json
. You could try and modify the dependency in the examples package.json and see if it helps.
@kuabhish / @wiredmatrix Did either of you end up figuring this out? My guess is that it was a windows thing, but am interested to know it was that or something else.