Top "React-native" questions

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

Generate SHA-1 for Flutter/React-Native/Android-Native app

I'm trying to generate a SHA-1 for a Flutter app, for Android studio to support Google Sign in, but I …

android react-native flutter dart sha1
React-Native another VirtualizedList-backed container

After upgrading to react-native 0.61 i get a lot of warnings like that: VirtualizedLists should never be nested inside plain ScrollViews …

javascript reactjs react-native
How to set <Text> text to upper case in react native

How to set <Text> some text </Text> as upper case in react native? <Text style={{}}&…

react-native uppercase
How do I add an element to array in reducer of React native redux?

How do I add elements in my array arr[] of redux state in reducer? I am doing this- import {ADD_…

react-native redux react-redux
ReactJS - How to use comments?

How can I use comments inside the render method in a React component? I have the following component: 'use strict'; …

reactjs react-native
How to set iOS status bar background color in React Native?

Is there a single place in the react native iOS native code that I could modify to set iOS statusbar …

ios react-native ios7-statusbar
Draw horizontal rule in React Native

I've tried react-native-hr package - doesn't work for me nor on Android nor on iOS. Following code is also not …

react-native
How to fetch data from local JSON file on react native?

How can I store local files such as JSON and then fetch the data from controller?

json react-native local-files
Absolute and Flexbox in React Native

I would like to put a white bar which would take all of the width at the bottom of the …

javascript css react-native
React-Native: Application has not been registered error

I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new …

javascript facebook reactjs react-native