react-native-web-monorepo icon indicating copy to clipboard operation
react-native-web-monorepo copied to clipboard

Code sharing between iOS, Android & Web using monorepo

Results 7 react-native-web-monorepo issues
Sort by recently updated
recently updated
newest added

I installed react-native-linear-gradient in the mobile package json and react-native-web-linear-gradient into next js folder and modified next.config.js like this: module.exports = withTM({ webpack(config) { config.resolve.alias = { ...(config.resolve.alias || {}),...

I tried to create an iOS release build. Steps to reproduce: 1. install pods 2. open Xcode Workspace 3. edit schema to release 4. start build Looks like the bundler...

help wanted
good first issue

Steps to reproduce: 1. clone repo 2. change some url image to a static image 3. run android in emulator

help wanted
good first issue

I have found some issue while running debug from XCode Step to reproduce 1. Clone this repo 2. Yarn install and pod install 3. Open XCode and run with Simulator...

```sh git clone https://github.com/brunolemos/react-native-web-monorepo.git cd react-native-web-monorepo yarn yarn workspace web-nextjs build ``` ```sh Failed to compile. ../components\src\App.tsx:3:3 Type error: Module '"react-native"' has no exported member 'SafeAreaView'. 1 | import React...

help wanted
good first issue

this PR is to address the build issue after upgraded next.js to version 10.x 1. https://github.com/brunolemos/react-native-web-monorepo/issues/69 2. https://github.com/martpie/next-transpile-modules/issues/101#issuecomment-791978252

I am fairly new to the concept of monorepos and I am struggling to integrate react-native-windows into this monorepo. Any suggestions or tutorials would be helpful. Thanks in advance :)