rayj10
rayj10
UPDATE: on IOS sim its returning isJailBroken() === true and canMockLocation() === true Please let me know if this is a bug thanks 😄
any update on this? I got multidex merge dex error, can't build after installing currently resorting to deprecated original RN Clipboard idk how long that will hold tho EDIT: Adding...
> Found the root cause: expo-pixi is using @expo/browser-polyfill version `^0.0.1-alpha.4`, which is using the old style import which is not deprecated in Expo SDK 34. Need to upgrade to...
@alexyangjie could you please elaborate on the process? what I've tried is changing the `expo-pixi's` `package.json` and running `npm update expo-pixi` which changed the `browsers-polyfill` version in `expo-pixi's node_modules`. but...
@alexyangjie thanks alot for the thorough explanation, I'll be trying this out :) UPDATE: I did find a workaround using npm too just now, as mentioned, I changed the `@expo/browser-polyfill`...
Fixed on 1.2.0 Should close this issue
@elmbrent @speggos you can just fork the project and make minor changes to the native folders like I did [here for Android](https://github.com/rayj10/react-native-mail) or if you're running into problems with android...
@sauravjmt the usual, in ur package.json, just change "react-native-mail" : "whatever version" to "react-native-mail" : "git+https://github.com/rayj10/react-native-mail.git" which is the link to my git. I gotta say though, this fork is...