Build a React Native mobile application with the following key features:
- Authentication (Login/Logout):
- Implement a simple authentication flow using JWT-based login (username/password).
- Store tokens securely (e.g., using SecureStore or AsyncStorage).
- Include logout functionality.