Skip to content

Instantly share code, notes, and snippets.

View hariDasu's full-sized avatar
🤓
💯 🥇 🏃 💨

Srihari Rao hariDasu

🤓
💯 🥇 🏃 💨
View GitHub Profile
@hariDasu
hariDasu / NavigationHelpers.js
Created March 31, 2019 15:32
RNN-v2 Helper Functions with Flow Typing
import { Navigation } from "react-native-navigation";
class NavigationHelpers {
// @flow
static showModal = (
modalName: string,
modalTitleText: string,
props?: Object = {}
) => {
Navigation.showModal({