Category: React Native Issues
Add Flow Typings to the Package
Stemming from #1742, I’d love to get really great flow definitions. There are some basic ones in https://github.com/flow-typed/flow-typed/blob/master/definitions/npm/rxjs_v6.x.x/flow_v0.34.x-/rxjs_v6.x.x.js. However, there are missing ones (see flow-typed/flow-typed#2285)….
/bin/bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
Description: As suggested by the docs, I uninstalled global react-native-cli, and use npx instead.I encounter this error when running :npx react-native init AwesomeProjectas the error…
Cannot build App on Android
Hello, i’m working on an app that uses react native CLI for its android app. I can successfully run : And i can work on…
Cannot create a string longer than 0x3fffffe7 characters in jest-haste-map
Description: Getting the following error when starting my app using npx react-native start or npx react-native run-android I already tried clearing my caches using npx react-native start –reset-cache and cache…
error Unrecognized command “run-android”. info Run “react-native –help” to see a list of all available commands.
React Native version: 0.58.6 Steps To Reproduce after updating my react native cli from 2.1 to 3.0.0 I’m facing it with a project with“react-native”: “0.58.6”,…
[Orientation] Re-Layout on orientation change
How should I re-layout the page when the orientation of the device changes? I noticed none of the demo apps seem to support this yet….
border top/left/bottom/right width not working
I have this in my render method: return View( { style: { flex: 1 } }, TouchableWithoutFeedback( { onPress: this.handlePress }, View({ style: { flex:…
Padding at the top of a list view
I’m rendering a ListView and it has padding at the top that I can’t get rid of: My code: return ListView({ style: { flex: 1,…
[ScrollView] Scrolling ends prematurely in ScrollViews embedded in a parent ScrollView
You can see this behavior in the UIExplorer app’s <ScrollView> example. Fling to initiate a scroll in an inner ScrollView and fling again (before scrolling…
NavigatorIOS: Accessing onRightButtonPress from within child component
I’m creating a TodoList example app using Flux. Right now I have three components: TodoListApp, TodoItems and AddItem. TodoListApp is simply a NavigatorIOS component which…
Recent comments