Skip to content

Commit 5837cf1

Browse files
committed
docs: add expo prebuild ref
1 parent d6ff5de commit 5837cf1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Render a LynxJS bundle in your React Native application.
99
> This library was created out of curiosity to explore LynxJS and see how it could be integrated with React Native. It was a weekend project and is purely a proof of concept. While it works, there may be gotchas or edge cases that I haven't encountered. Use at your own discretion. Contributions are welcome, but please be aware that responses to issues and pull requests may be limited.
1010
1111
## Known Issue
12-
LynxJS bundles with images won't work with Android. This is because React Native is shipped with `fresco:3.6.0` by default, while LynxJS depends on `fresco:2.6.0`. Using either version crashes the app. See: https://github.com/lynx-family/lynx/issues/410
12+
LynxJS bundles with images won't work with Android. This is because React Native is shipped with `fresco:3.6.0` by default, while LynxJS depends on `fresco:2.3.0`. Using either version crashes the app. See: https://github.com/lynx-family/lynx/issues/410
1313

1414
## Installation
1515
```bash
@@ -57,6 +57,9 @@ end
5757
```
5858
> :bulb: You need to re-run `npx pod-install`.
5959
60+
### Expo Prebuild
61+
To follow.
62+
6063
## Usage
6164
```jsx
6265
import { View, StyleSheet, Platform } from 'react-native';

0 commit comments

Comments
 (0)