Skip to content

Instantly share code, notes, and snippets.

@kylpo

kylpo/block2.jsx Secret

Created June 20, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylpo/d75a88f3988b13b9e67ff2eb450ef6c1 to your computer and use it in GitHub Desktop.
Save kylpo/d75a88f3988b13b9e67ff2eb450ef6c1 to your computer and use it in GitHub Desktop.
import { Redirect } from 'react-router'
import MyComponent from './my-component'
<View>
<Redirect />
<MyComponent />
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment