Sibelius Seraphini
Sibelius Seraphini
hey @RealOrangeOne can u provide an example or snippet of using Mockery to handle `react-native-router-flux`?
this is my testHelper.js ``` js require('babel-polyfill'); require('react-native-mock/mock'); // require('babel-core/register')({ // ignore: function(packageName) { // if (packageName.match(/node_modules/)) { // return !(packageName.match(/react-native-vector-icons/) // || packageName.match(/react-native-animatable/) // || packageName.match(/react-native-router-flux/) // || packageName.match(/react-native-tab-navigator/)...
only the image part is not working properly
How can I add some custom mock for some custom library like https://github.com/luggg/react-native-config?
I'm receiving a flow error I guess ``` jsx react-native-vector-icons/lib/create-icon-set.js:39 function createIconSet(glyphMap : Object, fontFamily : string, fontFile : string) : Function { ^ SyntaxError: Unexpected token : ``` is...
I'm receiving this error when I try to run tests with `react-native-router-flux` ``` js app/node_modules/babel-core/lib/transformation/file/index.js:591 throw err; ^ SyntaxError: app/node_modules/react-native-router-flux/src/menu_burger.png: Unexpected character '�' (1:0) > 1 | �PNG | ^...
Recheck your linking
try to run react-native link again I think the link part is wrong
MIT https://github.com/entria/react-native-view-overflow/blob/master/package.json#L9 feel free to send a PR
It looks like a problem in your configuration