UNPKG
react-native-otp-withpaste
Version:
latest (1.0.0)
1.0.0
OTP Input With Paste for React Native
github.com/recepaltas/react-native-otp-withpaste
react-native-otp-withpaste
/
babel.config.js
4 lines
•
174 B
JavaScript
View Raw
1
2
3
4
//
module
.exports = { // presets:
[["@babel/preset-env", { targets: { node: "current" } }]]
, // };
module
.exports = { presets: [
"module:metro-react-native-babel-preset"
] };