Marcelo Gheiler

Results 7 comments of Marcelo Gheiler

How are you doing the import? import ButtonComponent from 'react-native-button-component' or import { ButtonComponent } from 'react-native-button-component'?

@jacklam718 I didn't have this issue with this project. But I had this error message before and I think that my import statement is what caused it.

@jacklam718 I'm not using the project. I was having a different error with the project so I built my own button component because my needs are simple enough that I...

The wildcard does work, but the order the fixtures load in matters. Using the wildcard seems to use alphabetical order. So while the wildcard does work, it doesn't work for...

Sure, I personally don't think that's a very elegant way of solving the problem, but regardless the usage docs say this should work: ```javascript //array of files sequelize_fixtures.loadFiles(['fixtures/users.json', 'fixtures/data*.json'], models).then(function(){...

Sure, so maybe we should just update the docs to reflect that passing in an array of files isn't a valid way to load fixtures?

@ErezSha that looks correct, yes.