/** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow */ import React from 'react'; import {Button, StyleSheet, View} from 'react-native'; import {createAppContainer} from 'react-navigation'; import {createFluidNavigator} from "react-navigation-fluid-transitions"; const PageA = ({navigation}) => (