Isaac Lem

Results 10 issues of Isaac Lem

First of all many thanks for this awesome package. It's running perfectly fine in iOS and I truly happy about it. However when I run the exact same project in...

…mented textInputProps to support all base textinput props

There is a vulnerability on [email protected], can anyone fix it to upgrade it to [email protected] instead?

### Are you using `offline()` or `createOffline()` API? offline() ### Store config ```js import offlineConfig from '@redux-offline/redux-offline/lib/defaults'; const store = Reactotron.createStore( reducers, undefined, compose( applyMiddleware(ReduxThunk), offline({ ...offlineConfig, persistCallback: (err, state)...

bug

Hi guys thanks for this beautiful package. However I'm wondering if there is any plan to make it available to support React Native too?

feature

Hi first of all thanks for this very nice and simple to use library. I'm wondering if there's any plan to support new biometry type for example iris scanner on...

``` SendSMS.send({ body: `Hi, ${smsBody}`, recipients: [''], successTypes: ['all'] }, (completed, cancelled, error) => { console.log('SMS Callback: completed: ' + completed + ' cancelled: ' + cancelled + 'error: '...

Steps 1 for Android should be in `MainApplication.java` instead of `MainActivity.java`

Remove unnecessarily variable and method

* please provide the version of installed library and RN project. ``` "rn-fetch-blob": "^0.10.12" "react-native": "0.56.0" ``` Unable to build android app, working fine on iOS ``` MainApplication.java:8: error: package...