Skip to content

Commit

Permalink
fix: update react-native autolinking fixes ant-design#598
Browse files Browse the repository at this point in the history
  • Loading branch information
BANG88 committed Aug 12, 2019
1 parent 93ba962 commit cf60513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/react-native",
"version": "3.1.12",
"version": "3.1.13",
"description": "基于蚂蚁金服移动设计规范的 React Native 组件库",
"keywords": [
"ant",
Expand All @@ -24,7 +24,8 @@
},
"files": [
"lib",
"es"
"es",
"react-native.config.js"
],
"license": "MIT",
"main": "lib/index.js",
Expand Down
5 changes: 5 additions & 0 deletions react-native.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
dependency: {
assets: ["../icons-react-native/fonts"]
}
};

0 comments on commit cf60513

Please sign in to comment.