babel-plugin-rn-disable-native-divider

0.0.1 • Public • Published

Temporary plan

fix crash Animated node with tag (child) [xxxx] does not exist

Home to use

//
module.exports = {
  presets: ["module:metro-react-native-babel-preset"],
  plugins: [
    [
      "babel-plugin-rn-disable-native-divider",
      {
        targetSdkVersion: 30, // Greater than 30, default 30, Android 11 code is 31
      },
    ],
    // ....
  ],
};

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-rn-disable-native-divider

Weekly Downloads

104

Version

0.0.1

License

MIT

Unpacked Size

21.9 kB

Total Files

7

Last publish

Collaborators

  • shaojinyu