Zeinab Rashed

Results 2 issues of Zeinab Rashed

Hello, I configured unimodules to my bare react-native app using the instruction outlined [here](https://docs.expo.dev/bare/installing-unimodules). The only difference is that I added `@dynamic window;` to the AppDelegate.m to fix an error...

When a backgroundColor is set within the picker.item style, the underlay color, which is meant to provide visual feedback of which item is in focus, no longer works. This is...