UNPKG
react-native-otp-forminput
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
OTP Input for React Native
github.com/kedar09/react-native-otp-forminput
react-native-otp-forminput
/
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"
] };