Skip to content

Commit

Permalink
chore(docs): add notice about library size
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 18, 2024
1 parent 0d53393 commit 6b70b92
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/docs/guides/GETTING_STARTED.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@ cd ios && pod install

4. Start Metro with clean cache:

```sh
npm start -- --reset-cache
```
```sh
npm start -- --reset-cache
```

:::tip Good to know
The npm package of react-native-filament is quite huge, around ~400mb. That's because we need to ship all static libraries for all architectures for both android and iOS. **The actual size of the library in your downloadable app is around ~4mb**.
:::

## Configure metro

Expand Down

0 comments on commit 6b70b92

Please sign in to comment.