Skip to content

React Native and better HTTPS support

Compare
Choose a tag to compare
@bhauman bhauman released this 13 Jul 16:29
· 73 commits to master since this release

0.2.10 React Native support and SSL certificate generation

New React Native support which includes support for React Native CLI
and Expo as well as MacOS. See the docs here: https://figwheel.org/docs/react-native.html

  • :ssl-valid-hosts allows you to specify what hosts the generated certificate should support
  • :use-ssl now creates a local dev certificate if one isn't supplied
  • added some improvements to using npm on windows