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
Post a Comment