console.warn: react-native-i18n module is not correctly linked
Can we change this to:
} else if (__DEV__ && !__TEST__) { console.warn('react-native-i18n module is not correctly linked'); }
or something like that?
You need to mock native modules for testing. An example exist in /example
Awesome. Worked perfectly!
Maybe we should add a note in the readme about this?
Most helpful comment
You need to mock native modules for testing. An example exist in /example