isaacisrael

Results 5 issues of isaacisrael

Hey there, I am marking a text into a dark color but in IOS there is a kind of stroke (border) into the text. Could we please remove or set...

OnFillChange doesn't work ``` console.log(event)} /> ``` On my code onFillChanged is never called

When I try to call twice the second one is ignored like this ``` useNavigationComponentDidAppear(() => { console.log('test'); setIsScreen(true); }); useNavigationComponentDidAppear(() => { console.log('test 2'); }); ```

Hey, I insert this config on my `.tsconfig` ```json "plugins": [ { "name": "typescript-strict-plugin", "paths": [ "./src/z-test", "./src/test3.ts", "./src/test4.tsx", ] } ], ``` and all of the files have this...

### What's on your mind? Hey, I was following the [migration file](https://github.com/OneSignal/react-native-onesignal/blob/main/MIGRATION_GUIDE.md), and I think one step is missing: we should update the `OneSignalNotificationServiceExtension` file with this code. ```swift import...