April Mintac Pineda

Results 80 comments of April Mintac Pineda

I have something like `_screens` as my alias, but eslint complains that it's not found on `.eslintrc.js` ```js settings: { react: { version: 'detect' }, 'import/ignore': ['react-native'], 'import/resolver': { 'babel-module':...

Same here, I get that error as well, I have something like `_screens` as my alias, but eslint complains that it's not found, I'm not using TypeScript. on `.eslintrc.js` ```js...

> Realizing this requirement is easy, but is this okay? What do you mean "is this okay"? For now, the workaround that I do is, I register all my hotkeys...

I got the same error today. Any updates?

> I was facing the same issue I followed this solution and it started working. You have to add Yes to "Supports opening documents in place" and "Application supports iTunes...

I'm trying to do the same thing, in the app there are documents that the user are supposed to press on and then the app should download that file for...

In my case, the path is: ``` file:/data/user/0/com.my.app/cache/ImagePicker/e9b7fa9f-96c9-4402-96ac-c2a9d679d4cf.jpg ``` and it says "Does not exists", but this only happens in android. I'm trying to use this with expo-image-picker to validate...

I have multiple builds too, but it doesn't work somehow, here's my PodFile ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '10.0' project 'projName', 'Debug' => :debug, 'Release' => :release, 'Local.Debug'...