react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.33k stars 434 forks source link

fix(android): Migrate away from onCatalystInstanceDestroy() to invalidate #717

Closed b1ngx closed 2 months ago

b1ngx commented 2 months ago

Since NativeModule.onCatalystInstanceDestroy() method as deprecated and remove in new architecture.

(https://github.com/facebook/react-native/commit/18c8417290823e67e211bde241ae9dde27b72f17

vonovak commented 2 months ago

Thank you!