solid-contrib / solid-auth-fetcher

A client library for authenticating with Solid
Other
2 stars 6 forks source link

Are the react-native example still working? #32

Open marconioliveira opened 2 years ago

marconioliveira commented 2 years ago

Describe the bug I trying to run react-native example, but i get this error on log:

[Tue May 31 2022 16:41:29.871] BUNDLE ./index.js error: Error: While resolving module solid-auth-fetcher/dist/experiment, the Haste package solid-auth-fetcher was found. However the module dist/experiment could not be found within the package. Indeed, none of these files exist:

To Reproduce Steps to reproduce the behavior:

  1. Go to the react-native example folder
  2. On console 1 run: npx react-native start
  3. On console 2 run: npx react-native run-android
  4. Get error on console 1 and android emulator

**Screenshots Captura de tela de 2022-05-31 17-07-46

Captura de tela de 2022-05-31 17-06-43

Additional context I'm trying to create a react-native application that authenticate with solid servers

Thank you for the contribuition!