React native: How to use js library from cdn stripe.js -


i want use stripe.js library react native available cdn.

is possible use js library cdn react native?

if goal integrate external javascript file in project, best way might download file cdn manually, or part of build process , require/import local file in app.

however, using stripe in app, i'd recommend looking mobile-specific solution such stripe-expo, or react-native-payments react-native-payments-addon-stripe. stripe.js library intended browser use, , while may work, mobile-specific sdks work better in react native.

googling "react native stripe" turns out few other third-party libraries well. haven't used of them, may worth evaluating.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -