Tarık
Tarık
For anyone who needs to find a way of subscribing to the bottom sheet animated position, can try the following: ```tsx const animatedPosition = useSharedValue(0); return ``` This value will...
Experiencing the same issue with @codeback... Can not set check icon color in android...
I experienced the same error mentioned above. If you have config plugins attached to your `app.json`, make sure to double-check them so that they are correctly installed/configured.
I will share the artifacts below, since I was not able to put logs due to the following restriction from github: `There was an error posting your comment: Body is...
@d4vidi @noomorph After your feedbacks regarding the issue, I've decided to take another shot: - ### The app is even simpler now, no any 3rd party call. ``` js import...
@d4vidi Thanks for your efforts. I have actually updated the repo by creating the [new branch](https://github.com/tarikpnr/react-native-testing/tree/test/ios-e2e-debug), [as I also mentioned here](https://github.com/wix/Detox/issues/3949#issuecomment-1442235495) you probably tested it on `main` branch which has...
### **TL&DR** It will not work in new architecture (when you see `fabric: true` in metro console) (still need confirmation) ---- ### Attempts I ended up resetting everything related to...