Can I use FlatList yet?

Hi I am trying to use FlatList which I believe requires react-native 43.3 - but after upgrading to react-native 43.3 i got an “unexpected token” error on a use of @observer (i’m using mobx).

Looking around I found this page:
https://github.com/react-community/create-react-native-app/blob/master/VERSIONS.md
which seems to indicate that expo does not yet support react-native 0.43 - so no FlatList. Do I have this right? And if so, when will 0.43.x support be going down the pike?
Thanks!
Chris
Cambridge, MA

Today, if all goes well!

1 Like

In the next SDK release which should be very soon!

1 Like

SDK 16 is released now!

1 Like

awesome. excited to try FlatList. Ha I feel like every page in my app is just going to be a FlatList. Appreciate the detailed upgrade instructions too