Olivier THIERRY

Results 30 comments of Olivier THIERRY

Hi, I removed the storybook dependency in package.json and it works well now. It caused the loader to consider the project as a React one, not React Native. And so...

Yes, I had problems with latest React Native release. I think it is because it depends on React 16.0.0-alpha6 (other components have the same problem). So I had to use...

Hi, I had a problem retrieving records and I found it is because my records have a unique id but it has not the "id" name. It looks like redux-crud-store...

There is a pull request for this : #169 But not merged yet :(

Same problem for me. It works fast on Android, but slow on iOS.

I have the same problem, but migrating from RN 0.61.5. Did you find a solution ?

Ok, thank you. I will tell you if I find any solution.

Maybe it could help : https://github.com/facebook/react-native/issues/28483#issuecomment-610839293 You have to remove the quotes in search paths. Anyway I went further but had other problems. XCode is really a pain ...

I use apisauce. I found a solution storing tokens in api and using `addResponseTransform` and `addRequestTransform`. It means the auth tokens are not in Redux store, but it could make...

So it means you have to do it in any saga that calls the api. And that's what I wanted to avoid.