-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
FabricStateViewManager is deprecated in RN core and it should be migrated just to direct usage of StateWrapper (it should be safe to use it even with older versions of RN)
- Loading branch information
1 parent
0df6e3c
commit 1398d8b
Showing
5 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaViewEdges.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package com.th3rdwave.safeareacontext | ||
|
||
import java.util.* | ||
|
||
enum class SafeAreaViewEdgeModes { | ||
OFF, | ||
ADDITIVE, | ||
|
2 changes: 0 additions & 2 deletions
2
android/src/main/java/com/th3rdwave/safeareacontext/SafeAreaViewLocalData.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters