Rodolfo

Results 12 issues of Rodolfo

**[UPDATE: we have something that works below, but we need an Expo user to figure out how to correctly set two items in the Podfile in The Expo Way]** ##...

Impact: Bug
Help: Needs Triage
Platform: Expo
Resolution: Solution Provided

### Current behavior I can't install the latest versions of `@react-navigation/compat` + `@react-navigation/native` + `@react-navigation/stack` ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR!...

bug
platform:android
platform:ios
repro provided
platform:macos

## Description Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/1188 ## Test plan It's a random crash, at the moment nobody know how to reproduce it.

Hi, I have this issue when I update from 1.1.4 to 1.1.14. Any idea that what happen? ![image](https://user-images.githubusercontent.com/870365/71394908-43921700-25d9-11ea-9597-e65078fb8f4d.png) Platform: iOS react-native: 0.61.4 Thanks!

## Ask your Question Hi, are any option to disable the `reachability` test? I would like to disable it, maybe setting the `reachabilityUrl` to `null`, I don't know if this...

question

### Summary Hi, I'm having this crash with `expo-font: 10.1.0` on Crashlytics. **Devices:** **OS:** ``` EXFontLoaderProcessor.m line 49 -[EXFontLoaderProcessor updateFont:withFamily:size:weight:style:variant:scaleMultiplier:] Crashed: com.facebook.react.ShadowQueue 0 libobjc.A.dylib 0x1f28 objc_msgSend + 8 1 CoreFoundation...

needs review

**Manifest.permission.CAMERA** is not required to open the camera and take a picture. So, it could be removed to avoid requesting it to the user. Also, you need to remove this...

## Describe the bug The instalation process fails with the following error: ``` \e[0m== Install prefix set to /usr/local/bin\e[0m \e[0m== Created temp dir at /var/folders/5t/v_z_k0gx7m99jw6blgsj_dqh0000gn/T/croc.XXXXXX.UjlToaoB\e[0m \e[0m== Architecture detected as arm64\e[0m...

bug
no-issue-activity

Fix https://github.com/Andr3wHur5t/react-native-keyboard-spacer/issues/82 Fix https://github.com/Andr3wHur5t/react-native-keyboard-spacer/issues/84 Patch: ``` diff --git a/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js b/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js index 14560d8..7ce3aca 100644 --- a/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js +++ b/node_modules/react-native-keyboard-spacer/KeyboardSpacer.js @@ -8,10 +8,10 @@ import { LayoutAnimation, View, Dimensions, - ViewPropTypes, Platform, StyleSheet...