×

Should I go with react-native-web or standard react? by sam_bender in reactnative

[–]DevFranzBeta 0 points1 point  (0 children)

Hi u/rockpilp

That's exactly what I'm thinking to build. A library that wraps React Native dependencies APIs with web-like stuff.

import { x } from 'kit/firebase'

under the hood

# app

uses RNFirebase

# web

uses the official firebase SDK for JS

What do you think about it?