Top "React-native" questions

React native is a JavaScript library used to build native mobile apps using React.

Print: Entry, ":CFBundleIdentifier", Does Not Exist

When I run react-native run-ios the build succeeds but I get the error below. I've checked all over the place …

ios reactjs react-native
How to show SVG file on React Native?

I want to show svg files (I have bunch of svg images) but the thing I couldn't find the way …

javascript svg react-native
Invariant Violation: Text strings must be rendered within a <Text> component

I've upgraded from RN 0.54 to 0.57 and my app has pretty much fallen over due to using React Native Elements. I …

javascript react-native
Setting environment variable in react-native?

I am using react-native to build a cross-platform app, but I do not know how to set the environment variable …

react-native
Open Url in default web browser

I am new in react-native and i want to open url in default browser like Chrome in Android and iPhone …

android ios react-native
Screen width in React Native

How do I get screen width in React native? (I need it because I use some absolute components that overlap …

react-native
Android failed to load JS bundle

I'm trying to run AwesomeProject on my Nexus5 (android 5.1.1). I'm able to build the project and install it on the …

android react-native
How to set default font family in React Native?

Is there an equivalent to this CSS in React Native, so that the app uses the same font everywhere ? body { …

react-native
React-Native Button style not work

Import_this import {AppRegistry, Text, View, Button, StyleSheet} from 'react-native'; This my React Button code But style not working Hare ... &…

reactjs react-native jsx react-native-button