Adrian Hartanto

Results 21 comments of Adrian Hartanto
trafficstars

Hi, I also encountered this issue when using symlink to resolve asset. Im using [metro-with-symlinks](https://github.com/MrLoh/metro-with-symlinks) to resolve symlink packages. Here's the repo to reproduce the issue: https://github.com/adrianha/metro-symlink - Works fine...

Thank you for the suggestion. I'll take a look at f8 project while looking for your recipe. But i've already tried configuring oneSignal on componentDidMount but the listener was not...

i already tried to configure oneSignal inside component that render nothing but it's not triggered unless i configure oneSignal outside the class/component.

hi @sibelius , apparently the event was not being called because i did some checking when app started. After i removed it, it works like i expected. Thank you for...

I found another issue after upgrading to reanimated 2.10.0 and react-native 0.70.2 (previously using reanimated 2.9.1 and react-native 0.69.5): ``` :react-native-reanimated:compileDebugJavaWithJavac FAILED /my-app/node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/keyboardObserver/ReanimatedKeyboardEventListener.java:65: error: cannot find symbol rootView.getRootView().findViewById(com.swmansion.reanimated.R.id.action_bar_root); ^ symbol:...

just opened a [PR](https://github.com/facebook/react-native/pull/38491) to fix this issue. This issue can be [repro](https://github.com/adrianha/react-native-ios-modal-repro) on `[email protected]` as well. Can someone help me to confirm if the fix works?

hey @curthipster, already opened one [here](https://github.com/software-mansion/react-native-screens/issues/1832)

just added the `IOException` catch block here, I think it should be enough to silence the exception as `Source` only throws `IOException`. Any thoughts @javache @cortinico?

thank you for reviewing @cortinico, any actionables from my side?