Open
Description
git clone https://github.com/brunolemos/react-native-web-monorepo.git
cd react-native-web-monorepo
yarn
yarn workspace web-nextjs build
Failed to compile.
../components\src\App.tsx:3:3
Type error: Module '"react-native"' has no exported member 'SafeAreaView'.
1 | import React from 'react'
2 | import {
> 3 | SafeAreaView,
| ^
4 | ScrollView,
5 | StatusBar,
6 | StyleSheet,
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed.
Exit code: 1