Skip to content

Commit f80ea3a

Browse files
committed
Resolve merge conflicts
1 parent 14a82da commit f80ea3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/learn/build-a-react-app-from-scratch.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ Rsbuild відразу підтримує такі функції React, як ш
6565

6666
#### Metro for React Native {/*react-native*/}
6767

68-
<<<<<<< HEAD
6968
Якщо ви хочете, щоб ваш фреймворк підтримував React Native, вам потрібно буде використовувати [Metro](https://metrobundler.dev/) — бандлер JavaScript для React Native. Metro створює бандли для iOS та Android, але йому бракує багатьох функцій, як порівняти з наведеними тут інструментами. Ми рекомендуємо почати з Vite, Parcel або Rsbuild, якщо ваш проєкт не потребує підтримування React Native.
70-
=======
71-
If you're starting from scratch with React Native you'll need to use [Metro](https://metrobundler.dev/), the JavaScript bundler for React Native. Metro supports bundling for platforms like iOS and Android, but lacks many features when compared to the tools here. We recommend starting with Vite, Parcel, or Rsbuild unless your project requires React Native support.
72-
>>>>>>> 5138e605225b24d25701a1a1f68daa90499122a4
7369

7470
</Note>
7571

0 commit comments

Comments
 (0)