React-native-web Alternatives
-
create-react-app
Set up a modern web app by running one command.
-
react-native-elements
Cross-Platform React Native UI Toolkit
-
NativeBase
Essential cross-platform UI components for React Native
-
react-native-vector-icons
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
-
lottie-react-native
Lottie wrapper for React Native.
-
ignite
The hottest CLI for React Native, boilerplates, plugins, generators, and more!
-
react-native-maps
React Native Mapview component for iOS + Android
-
react-native-gifted-chat
💬 The most complete chat UI for React Native
-
react-app-rewired
Override create-react-app webpack configs without ejecting
-
react-native-paper
Material Design for React Native (Android & iOS)
-
react-native-material-kit
Bringing Material Design to React Native
-
react-native-material-ui
Highly customizable material design components for React Native
-
craco
Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app
-
react-native-textinput-effects
Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
-
teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
-
react-native-sound
React Native module for playing sound clips
-
NativeBase-KitchenSink
An example app with all the UI components of NativeBase
-
customize-cra
Override webpack configurations for create-react-app 2.0
-
react-native-keep-awake
Keep the screen from going to sleep. iOS and Android.
Posts
-
Benefit to having a Web App Built in React and then porting functionality into React Native
You can use literally the same code if you write in React Native and use react-native-web or reactXP to build a web app from it.
-
Creating an Animated TextField with React Native
You may find the full version of this component on Github. I also managed to port the React Native code into the web thanks to react-native-web. You can play with it on my blog.
-
I want to build apps for the Web and Desktop. Where to start?
React Native is for mobile. It is a different framework than React, but it is somewhat similar. Some quick Googling reveals the module https://github.com/necolas/react-native-web, which claims to let you run react native components on the web.
- Flutter or React Native with Expo for simultaneous mobile and web app development?
-
Run your React Native app on the web with React Native for Web
React Native for Web is compatible with many native modules that ship with React Native: Button, Views, TextInput, etc… will be automatically mapped to their web counterparts correctly when imported from react-native. Unfortunately, using other external native libraries like react-native-sound or react-native-keep-awake can be a bit hit-and-miss because many native functionalities are not available on the web.
-
11 Top React Native Component libraries to Use in 2020
And React Native elements can also be used in web projects with React Native Web which facilitates programmers to create fast and adaptive UIs in JavaScript.
Stats
necolas/react-native-web is an open source project licensed under MIT License which is an OSI approved license.