import {View, Button, Text} from 'react-native'; import {useMoonPaySdk} from '@moonpay/react-native-moonpay-sdk'; const YourComponent = () => { const {openWithInAppBrowser, generateUrlForSigning, updateSignature} = useMoonPaySdk({ flow: 'buy', environment: 'sandbox', params: { apiKey: 'pk_test_key', }, }); }; #112
Replies: 11 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
09698891673 |
Beta Was this translation helpful? Give feedback.
-
qwertyuip |
Beta Was this translation helpful? Give feedback.
-
10000 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
813333 |
Beta Was this translation helpful? Give feedback.
-
Gsuzjzjziixbxndxisjhshsjsjsbsnxc |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
import {View, Button, Text} from 'react-native';
import {useMoonPaySdk} from '@moonpay/react-native-moonpay-sdk';
const YourComponent = () => {
const {openWithInAppBrowser, generateUrlForSigning, updateSignature} =
useMoonPaySdk({
flow: 'buy',
environment: 'sandbox',
params: {
apiKey: 'pk_test_key',
},
});
};
Beta Was this translation helpful? Give feedback.
All reactions