I am struggling to get my GIFs to animate on the Android version of my RN application. The iOS version is animating the looping GIFs as expected but I only see
I'm interested in creating a custom badge on top of an avatar (profile image), except I can't seem to get images to overlap. I tried using a 'translateY' style
Im trying to call a function on onEndReached of a FlatList but it's not working. I'm calling the this.state.pageNo at the end and it's not updating. I want to
I am developing my app using React Native and now when I open the android project in Android Studio, during gradle sync it is throwing this error: A problem occ
Here are the android/build.gradle files contents of two different project. PROJECT 1 ext { buildToolsVersion = "29.0.3" minSdkVersion = 21
Here is my code. App.js import Swipeable from 'react-native-gesture-handler/Swipeable'; const RightActions = () => { return ( <TouchableOpacity o
I want a TextInput to be generated where some part of the text is clickable. In particular for iOS. Conceptually something like the following: <TextInput>
i try to pass props on stacknavigator, here my code const MainCart = StackNavigator({ Cart: { screen: CartScreen }, Checkout: { screen:
After updating my React Native app to the latest version up to date (0.60.4), launching my app using react-native run-ios would result in my application startin
How can i play youtube video on react-native-video, i don't want to play video in react-native-youtube or in webview,
I am using a React-Navigation screen with the name "User" to show info about a particular user. When navigating to this route I pass the param "id" which tells
I want to change its color specifically: <Picker selectedValue={this.state.selected} onValueChange={(value) => this.setState({selected:value})}
I want to design a cross-platform (Android, iOS, and Web) plugin-able software that means everyone can easily develop a plugin for it and users can pick plugins
I am trying to build something like instagram posts, that is continuous images that can be scrolled. But the last image is being cropped, that is only the upper
fontSize: 22, fontWeight: '500, fontFamily: "Montserrat-Regular" Font weight is not working in Android using react-native. As I am using fontWe
I am trying to make some portion of text of different color and clickable Here is my code: <Text style = {styles.term_service}>By signing up, you agree
Is there any conflict with native base and react-native-modal? I can't get my modal to display the content. I was wondering if it is because the Container tag o
So I'm using React Native with Redux Toolkit and I'm facing this issue where once I dispatch and decrement a store value, the variable inside the component that
CONFIGURATION I have this setup: RootNavigation import React from "react"; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import
I'm trying to make a JWT auth with laravel on my back and react-native (with expo) on my front. I have already set up my endpoint to get my token and is working