Pergunta de entrevista da empresa HiBob

Second tech interview: 1. in React native app you have auth based on email and password (not Google API, Asure, etc.. ) how would you support keeping the user logged in to the app even after the app is shot down? ( token is not the answer because it is temporary ) learn about react-native-keychain. 2. what navigation did you use in react native, what kind of options does it provide, and what are the differences between the screen navigation effects of slide-from-sides(sequence) and slide-from-bottom(modal)? 3. you need to present a list of data, what will you use to render it? FlatList, explain about it.