Ruiz Martin
Ruiz Martin
hello, i am getting ``` pm ERR! code ETARGET npm ERR! notarget No matching version found for rescript-dom-testing-library@^0.8.0. npm ERR! notarget In most cases you or one of your dependencies...
awesome, kudos for you! waiting eagerly your package release !
@[enigmablue](https://github.com/enigmablue) sorry for the delay, but you cannot read Download directory contents ,it is forbidden by android os
@tallen11 I dunno I highly recommend to everyone to leave this library and start using [react-native-file-access](https://github.com/alpha0010/react-native-file-access) asap
hi my friend, i have the same problem, i solved it by using an object as array here my code (it has `flowjs` annotations) ```js class Hello { @persist('object') @observable...
hello, i am having this problem as well, when upload reached 100% it then start uploading file again edit: effectively as @misag777 says, there is a timeout, in my case,...
maybe `npm install --save prop-types` can help?
add this to your `AndroidManifest.xml` ``````
> require 'json' > > package = JSON.parse(File.read(File.join(**dir**, 'package.json'))) > > Pod::Spec.new do |s| > s.name = package['name'] > s.version = package['version'] > s.summary = package['description'] > s.license = package['license']...
take at look to this repo: https://github.com/react-native-community/react-native-device-info/blob/master/android/build.gradle, better than hardcoding values