Skip to content

Commit b26e44d

Browse files
authored
docs: add minimum requirements (#1167)
1 parent 279afee commit b26e44d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

website/src/latest/docs/getting-started/quick-start.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ If you're already familiar with JavaScript, React Native and webpack, then you'l
99
- [React Native documentation](https://reactnative.dev/)
1010
- [Webpack concepts](https://webpack.js.org/concepts/)
1111

12+
## Minimum requirements
13+
14+
- Node >= 20
15+
- React Native >= 0.77.0
16+
17+
:::note On React Native Version
18+
19+
The absolute minimum required version of React Native is 0.74.0, which contains fixes enabling proper SWC transpilation. While versions lower than 0.74 might work, they will most likely only function with Webpack.
20+
21+
:::
22+
23+
:::info Version Support Policy
24+
25+
Re.Pack is designed to work with the latest React Native version and maintains backward compatibility with the two previous versions.
26+
While older versions might work, they are not officially supported.
27+
28+
If you're interested in fixing compatibility issues for older versions, feel free to open a PR!
29+
30+
:::
31+
32+
33+
1234
## Installation
1335

1436
To create a new React Native project with Re.Pack or adapt an existing one:

0 commit comments

Comments
 (0)