Skip to content

Commit

Permalink
Merge branch 'master' of github.com:iyegoroff/react-native-text-gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Aug 27, 2019
2 parents 48b5ba5 + aa9d13b commit 15239e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import com.facebook.react.uimanager.annotations.ReactProp;
import java.lang.ref.WeakReference;

import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.text.Editable;
import android.text.Layout;
import java.lang.String;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package iyegoroff.RNTextGradient;

import android.support.annotation.Nullable;
import androidx.annotation.Nullable;

import com.facebook.common.logging.FLog;
import com.facebook.react.common.ReactConstants;
Expand Down

0 comments on commit 15239e5

Please sign in to comment.