npm install --save-dev babel-plugin-react-native-web Usage .babelrc { "plugins": [ ["react-native-web", { commonjs: true }] ] } You should configure the plugin to match the module format used by your bundler. Most modern bundlers will use a package's ES modules by default (i.e...
但React Native可能还没有相应的模块包装;或者你需要复用一些Java代码,而不是用Javascript重新实现一遍;...