cooperka / react-native-snackbar

:candy: Material Design "Snackbar" component for Android and iOS.
Other
815 stars 150 forks source link

Example app does not works #204

Open pranshuchittora opened 7 months ago

pranshuchittora commented 7 months ago

I tried running the example the, the app does not seems to work. Probably due to very old dep versions.

Exactly what broke

  1. yarn start server errors. Setting export NODE_OPTIONS=--openssl-legacy-provider and then restarting the server works.
  2. Android build breaks.
  3. Also the iOS requires very old set of xcode sim config.

I think upgrading the example app would fix this.