Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jan 6, 2025
1 parent aa6c787 commit 4d40d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ The slice can be consumed and updated just like any other slice (via `useAppSele

## Weird issues/gotchas

### Importing `@penumbra-zone/bech32m/penumbra`
### Importing `@penumbra-zone/*` packages

For some reason, although TypeScript and Storybook understand imports from `@penumbra-zone/bech32m/penumbra`, Expo does not, and expects the import to come from inside `dist`. This should be fixed; but in the meantime, `metro.config.cjs` temporarily patches these imports using an alias.
For some reason, although TypeScript and Storybook understand imports from `@penumbra-zone/...`, Expo often does not, and expects the import to come from e.g., inside `dist/`. This should be fixed; but in the meantime, `metro.config.cjs` temporarily patches these imports using an alias.

0 comments on commit 4d40d9b

Please sign in to comment.