Leanote's Blog
I love Leanote!
Toggle navigation
Leanote's Blog
Home
Chrome
Git
Linux
Windows
Others
工具大全
VsCode
Expo
Html
JavaScript
Npm
Node
Mock
React-Native
React
TypeScript
小程序
插件
正则
Dva
Ant-Design-React
Umi
Vue
Vux
Ant-Design-Vue
Http
Java
flutter
开发小工具
About Me
Archives
Tags
react-native 配置 .babelrc 文件
2019-11-14 07:46:18
5
0
0
admin
## 模板解析(路径别名) 插件: `babel-plugin-module-resolver` ``` { "presets": ["module:metro-react-native-babel-preset"], // 这里必须加上 "plugins": [ [ "module-resolver", { "root": [ "./" ], "alias": {// 别名 "^@(.+)": "./src/\\1" // 匹配所有以@开头的路径名 }, "extensions": [".js", ".ios.js", ".android.js"] // react-native 需要这个 } ] ] } ```
Pre:
react-native使用笔记
Next:
MapBox(可自定义, 开源)
0
likes
5
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.