vinzscam / react-native-file-viewer

Native file viewer for React Native. Preview any type of file supported by the mobile device.
MIT License
434 stars 102 forks source link

Use implementation rather than compile. Compile is now depricated for gradle file. #141

Open AliBaig-xD opened 1 year ago

AliBaig-xD commented 1 year ago

During configuration for android in step 3, compile is used whereas it is depreciated and now implementation is used.

image