Javier Alvarez
Javier Alvarez
Please, use tags for versions. This way is easier to see what has changed between releases.
The example app is not working on iOS Steps to reproduce it: - `cd example` - Add values to .env file - `yarn` - `yarn react-native run-ios` The build fails...
If I want to test a module and that module includes RNFetchBlob, I get this: `react-native-fetch-blob/index.js:6 import { ^^^^^^ SyntaxError: Unexpected token import ` That's because babel-core/register don't transpire code...
It is possible to tokenize a payment method to charge the user at the end of the month a variable amount depending of the consuming of that month? I'm using...
I want to upgrade this labrary, my current version is `0.1.2` and latest one is `1.1.0`. I wanted to know why you change major so my first thrown was go...
It is possible to tokenize a payment method to charge the user at the end of the month a variable amount depending of the consuming of that month? I'm using...
`babel-preset-es2015`and `babel-preset-stage-0` are missing 
Hey! I'm using **knip** with **react-native** and after some adjustments it works wonderfully except for one detail. I can't find how to make files with platform-specific extensions be seen as...
Hi! [This](https://github.com/unimonkiez/react-native-asset/blob/master/lib/index.js#L16) seems to now work on version `2.0.0` `react-native.config.js`: ```js module.exports = { assets: ['./assets/fonts/'], }; ``` `ios/link-assets-manifest.json`: ```json { "migIndex": 1, "data": [ { "path": "assets/fonts/.DS_Store", "sha1": "df2fbeb1400acda0909a32c1cf6bf492f1121e07"...