react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.49k stars 280 forks source link

chore: Update example app to RNW 0.64 #308

Closed NickGerleman closed 3 years ago

NickGerleman commented 3 years ago

This is a staging change before updating the Windows implementation of the module. It brings the Windows sample up to date with the current Android/iOS dependency used by the rest of the repo.

This is mostly mechanical, by generating a whole new project from the 0.64 template, adding back code, adjusting paths, removing temp certs (so they do not expire), and seeing that things still work.

Metro now has builtin support for out of tree platforms, as supported by newer versions of RN and RNW. I used this opportunity to simplify the Windows Metro config.

image

Naturalclar commented 3 years ago

:tada: This PR is included in version 1.16.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: