MoeFM icon indicating copy to clipboard operation
MoeFM copied to clipboard

:musical_note:A light MusicPlayer build with React Native & Redux for both Android and iOS

Results 1 MoeFM issues
Sort by recently updated
recently updated
newest added

This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following: 1. Clear watchman watches: `watchman watch-del-all`. 2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`. 3. Reset...