Skip to content

Instantly share code, notes, and snippets.

View hbina's full-sized avatar
🐕
hopefully doing something useful...

Hanif Ariffin hbina

🐕
hopefully doing something useful...
View GitHub Profile
@imranariffin
imranariffin / navigations.index.js
Last active August 7, 2021 08:51
React Native Private/Public Screen Pattern - Wrap the `@react-navigation/stack` to be auth aware (Note: replace `.` in file names with `/` to make more sense)
import AScreen from 'screens/A'
import BScreen from 'screens/B'
import MainScreen from 'screens/Main'
import SignInScreen from 'screens/SignIn'
import SignUpScreen from 'screens/SignUp'
import SomeNestedScreen from 'screens/SomeNested'
import StackNavigator from './stack-navigator'
const Navigations = () => {