File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
StyleSheet ,
9
9
StatusBar
10
10
} from "react-native" ;
11
- import { Rating } from "../../src /index" ;
11
+ import { Rating } from "../../dist /index" ;
12
12
13
13
import Card from "./Card" ;
14
14
Original file line number Diff line number Diff line change 8
8
StyleSheet ,
9
9
StatusBar
10
10
} from "react-native" ;
11
- import { AirbnbRating } from "../../src /index" ;
11
+ import { AirbnbRating } from "../../dist /index" ;
12
12
13
13
import Card from "./Card" ;
14
14
const WATER_IMAGE = require ( "../assets/water.png" ) ;
Original file line number Diff line number Diff line change 25
25
"lint-all" : " yarn lint && yarn lint-demo" ,
26
26
"clean-install" : " rm -rf node_modules && yarn" ,
27
27
"prepare" : " husky install" ,
28
- "build" : " tsc -p tsconfig.json"
28
+ "build" : " tsc -p tsconfig.json" ,
29
+ "copy-files" : " cp -R ./src/images ./dist/images/" ,
30
+ "postbuild" : " yarn run copy-files"
29
31
},
30
32
"author" : " Monte Thakkar" ,
31
33
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments