Skip to content

Commit 611b38d

Browse files
fix: fixed installaton and typohraphy docs
1 parent be927db commit 611b38d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

documentation/docs/getting_started.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,15 @@ cd ios && pod install && cd ..
9898
9999
```
100100

101-
6. **Rebuild the Project**
101+
6. **Restart Metro and reset cache**
102+
103+
Run this command to restart Metro and clean cache:
104+
105+
```
106+
yarn start --resetCache
107+
```
108+
109+
7. **Rebuild the Project**
102110

103111
After completing the setup, rebuild your project to ensure all changes and dependencies are applied correctly:
104112

@@ -108,6 +116,6 @@ Run ```yarn android``` or open the project in Android Studio and build it.
108116
- For iOS:
109117
Run ```yarn ios``` or open the .xcworkspace file in Xcode and build the project.
110118

111-
7. **Learn more about Font installation [here](/styles/typography)**
119+
8. **Learn more about Font installation [here](/styles/typography)**
112120

113121

documentation/docs/styles/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a ```react-native.config.js``` file at the root of your project and inclu
1818

1919
```
2020
module.exports = {
21-
assets: ['node_modules/react-native-material-components/ios/fonts'],
21+
assets: ['node_modules/@computools/react-native-material-components/ios/assets/fonts'],
2222
};
2323
2424
```

0 commit comments

Comments
 (0)