File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33A simple material calendar for react native android
44
55## Installation Android
6- - ` npm install --save ... `
6+ - ` npm i --save react-native-material-calendarview `
77
88- In ` android/settings.gradle `
99
1010 ``` gradle
1111 ...
1212 include ':ReactMaterialCalendarView', ':app'
13- project(':ReactMaterialCalendarView').projectDir = new File(rootProject.projectDir, '../node_modules/... /app')
13+ project(':ReactMaterialCalendarView').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-material-calendarview /app')
1414 ```
1515
1616- In `android/app/build.gradle`
@@ -45,7 +45,7 @@ A simple material calendar for react native android
4545
4646```js
4747
48- import Calendar from '... ';
48+ import Calendar from 'react-native-material-calendarview ';
4949...
5050
5151 render() {
Original file line number Diff line number Diff line change 1515 " material-design" ,
1616 " calendar"
1717 ],
18- "author" : " NuclleaR <nuclear.890@gmail.com>" ,
18+ "author" : " nucllear <nuclear.890@gmail.com>" ,
1919 "license" : " MIT" ,
2020 "bugs" : {
2121 "url" : " https://github.com/NuclleaR/react-native-material-calendarview/issues"
You can’t perform that action at this time.
0 commit comments