python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Icons are not displaying in react native bottom tabs
Icons are not displaying in the bottom tab. I've tried by putting different icons from different libraries. It is displaying the default cross box instead of all the icons.
import React from 'reac...
Abishethvarman V
Votes: 0
Answers: 1
Prevent screen blur in React Native Navigation
React Navigation library supply me the blur event, that trigs when the focused screen is going to be unfocused. Great.
But what if I need to prevent the blur action itself by stopping the user to go ...
Nemus
Votes: 0
Answers: 1
React Native: Add BottomTab Component in React Navigation
I am new in react-native and i want to integrate bottomtab to existing code.
The below code is a simple app which contain two screens Home and Settings. For Navigation, I am using React Navigation lib...

likith sai
Votes: 0
Answers: 2
How to make instagram-like search input UI with modal suggestions behavior react native
I'm building a social media application with React Native, and I have a search page containing a search box and some other content on the page. When a user clicks or focuses in the search box, I want ...
user17979057
Votes: 0
Answers: 0