You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A toolkit to build your React Native application with Rspack or Webpack.
6
+
</p>
7
+
8
+
---
9
+
10
+
[![Build Status][build-badge]][build]
11
+
[![Version][version-badge]][version]
12
+
[![MIT License][license-badge]][license]
13
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
14
+
[![Code of Conduct][coc-badge]][coc]
15
+
16
+
`@callstack/repack-plugin-nativewind` is a plugin for `@callstack/repack` that integrates [NativeWind](https://github.com/nativewind/nativewind) into your React Native projects.
To add the plugin to your Re.Pack configuration follow this guide: https://www.nativewind.dev/getting-started/react-native
33
+
34
+
- Follow step 1, 2, and 5 (and optionally 7)
35
+
- At step 3 and 4, instead of editing `babel.config.js` (which is not used) or changing Metro config (again, not used) update your `rspack.config.js` or `webpack.config.js` as follows:
0 commit comments