1.0.1 • Published 8 months ago

react-native-sdui-parser v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

react-native-sdui-parser

A react native npm package to render SDUI JSON components

module.exports = {
  presets: ["module:metro-react-native-babel-preset"],
  plugins: [
    "react-native-reanimated/plugin", // Add this line
  ],
};