April 2017
Intermediate to advanced
414 pages
8h 14m
English
Now, let's modify the PostView component with the following changes:
I created an event listener for BackAndroid in the componentWillMount lifecycle:
// Friends/app/components/PostView/index.js ... import { BackAndroid, Platform, ... } from 'react-native'; ... export default class PostView extends Component { ... async componentWillMount () { BackAndroid.addEventListener('hardwareButtonPress', ...Read now
Unlock full access