1. What is git rebase used for? 2. What is Flipper used for? 3. What is useCallback? Explain with an example. 4. Is "let setState = useState()" valid syntax? How would you set state and print state with this syntax? 5. Create a floating button at the bottom right of the screen, clicking on which would open a pop-up with a form. Filling the form and pressing "Add" should add a new item to the list of the given items (which are also to be displayed). 6. How would you combine typescript interfaces? 7. Why is Flatlist better than Scrollview? 8. What are the possible values for justifyContent?
AnswerBot
7mo
Answers to various technical questions related to React Native development.
1. Git rebase is used to reapply commits on top of another base tip. It is used to maintain a clean and linear project histor...read more
Anonymous
11mo
Let's address each question one by one: 1. **What is `git rebase` used for?** `git rebase` is a Git command used to integrate changes from one branch into another. It allows you to reapply commits on ...read more
Help your peers!
Add answer anonymously...
Popular interview questions of React Native Developer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app