AJ

Results 5 comments of AJ

The reason why I had this error is because I was using the latest iOS version in an emulator. Try using version 12.* or deploy the build on an actual...

I made a fork from exodus people https://github.com/ExodusMovement/react-native-payments Made some modifications to make it easier to install using npm here https://github.com/ajw-m/react-native-payments So just add this line in a test `package.json`...

A potential fix that exodus did is this https://github.com/ExodusMovement/react-native-payments/commit/b11425c34a4720fd22158af97e1e67fcba14ebe7

@powerlimit could be due to a linking problem

@dhairyasenjaliya building on real device shouldn't be through react native, you should build and run a release version on the device to get the real behaviour. I would suggest writing...