expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.34k stars 884 forks source link

with-webbrowser-redirect uses obsolete function #370

Open forki opened 2 years ago

forki commented 2 years ago

The sample https://github.com/expo/examples/tree/master/with-webbrowser-redirect in shows a warning.

Linking.removeEventListener is considered obsolete in latest expo/RN

see https://github.com/expo/expo/pull/17014

forki commented 2 years ago

@kbrandwijk any chance you could take a look?