Open2

React NativeでSupabase-jsが動かない(not implementedとなる)問題

わくてかわくてか

解決方法:

  • react-native-url-polyfillをインストール
    yarn add react-native-url-polyfill

  • index.jsに下記を追加

import 'react-native-url-polyfill/auto';