React-Native Code Test
React-Native Code Test
1. Authentication
● Search modal screen will appear when user click search button from
any navigation tab. That screen should appear like that modal
transaction.
● Use API to search and use your design idea for each movie row.
Should be grid.
● Should wait user typing for delay 1.5 seconds to call search API.
● Grid row animation left to right.
4. Profile
● If user is login show user information from redux store. If not show
Login button to go sign up page.
● When user click to logout button should remove all data from redux
store and asyncstorage. And then go back sign up page.