File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff 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
103111After 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:
109117Run ``` 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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Create a ```react-native.config.js``` file at the root of your project and inclu
1818
1919```
2020module.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```
You can’t perform that action at this time.
0 commit comments