Safiy Zaghbane
Safiy Zaghbane
First of all, thank you for this amazing library, now that i'm using it in a Typescript project, i was looking for its types i tried `npm install @types/react-step-progress-bar` but...
**Current Behavior** `yarn install` then `yarn start` gives this error on phones and simulators ``` node_modules/expo/AppEntry.js: Cannot find module 'babel-plugin-transform-react-jsx-source' from '/Users/gothraven/ReactNativePlayground/react-native-copilot/example' - Did you mean "@babel/transform-react-jsx-source"? ``` **Environment** -...
# Introduction I have been using `redux-saga-test-plan` for a while now, I wrote a bunch of tests using this library and it was a great help, I thank everyone who...
The other day i was trying to test a saga which looks like this > saga.js ```js import { put, call } from 'redux-saga/effects'; function* specialSaga(action) { const { something...
I have checked if there was already a similar reported issue but I haven't find anything so far, I would like to report that `withKey()` function gives the following error....
I just installer the lib and I can't even import it without having a SEG fault . ```shell ➜ image-optimization python Python 3.7.3 (default, Oct 23 2019, 01:52:42) [Clang 10.0.1...
### Version - react-native-image-crop-picker v0.32.2 - react-native v0.62.2 ### Platform - iOS ### Expected behaviour It would be nice to have a extra field in the openCropper Request Object to...