Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
The cyclic dependencies found by metro don't really matter here, it's because index.js is exporting a load of imports that in turn import index.js to access other components. However it's potentially a useful warning in the app, so would be nice to reduce the noise from npm libs if possible.
Looks like there are 4 warnings for emoji-mart-native:
Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
The cyclic dependencies found by metro don't really matter here, it's because index.js is exporting a load of imports that in turn import index.js to access other components. However it's potentially a useful warning in the app, so would be nice to reduce the noise from npm libs if possible.
Looks like there are 4 warnings for emoji-mart-native: