Willy Rosa

Results 15 comments of Willy Rosa

same issue here any update @apperside @IPWright83

@ibrahim-delice I get this value `Nw==` and then want to use your method and this error arises. `RangeError: Trying to access beyond buffer length, js engine: hermes` any idea?

any updates I'm receving null too

@Kalis1eka you should use `pip3 install - r requirements.txt` if not ensure running this first. `python3 -m ensurepip --upgrade`

UPDATE: this is broken since this version `5.0.0-alpha.5`, even the example from [here](https://ui.gorhom.dev/components/bottom-sheet/modal/usage) does not open.

In my case I need to remove the `backdropComponent` prop and it worked again, but now the bottom sheet opens sometimes. weird. it is somehow related to this issue as...

UPDATE: adding the alias with key `external_id` seems to do the trick; it updates the external id, no matter which value is set in the alias `external_id` ``` OneSignal.User.addAlias('external_id', 'userId-test-1')...