Skip to content

Commit

Permalink
Add androidx suppport.
Browse files Browse the repository at this point in the history
- Replace `android.support.annotation.Nullable` with 
`androidx.annotation.Nullable` import.
- Thanks to @maieonbrix hard work finding this fix. 
(itinance#686 (comment))
  • Loading branch information
jgreen01su committed Jun 18, 2019
1 parent 57b6131 commit 3d9bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/java/com/rnfs/RNFSManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import android.os.Environment;
import android.os.StatFs;
import android.provider.MediaStore;
import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Base64;
import android.util.SparseArray;
import android.media.MediaScannerConnection;
Expand Down

0 comments on commit 3d9bcbc

Please sign in to comment.