expo/examples

`with-react-router` example arrives broken

lpender opened this issue · 2 comments

Steps to Reproduce

  1. npx create-react-native-app

  2. Choose with-react-router as the app.

  3. yarn ios

Actual

Warning: Failed prop type: Invalid prop component of type object supplied to Link, expected function.

image

Expected

Should be without error

hi! we could use some help maintaining this template, because nobody on the expo team actually uses react router in this context. could you open a PR?

I just tried this locally in the with-react-router example and it worked as expected on all platforms (SDK 43).