Skip to content

Commit

Permalink
main path bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Aug 7, 2021
1 parent 8641f85 commit 18d5acc
Show file tree
Hide file tree
Showing 6 changed files with 8,377 additions and 192 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
Dimensions,
SafeAreaView,
} from "react-native";
import InteractiveTextInput from "./lib/InteractiveTextInput";
import InteractiveTextInput from "react-native-text-input-interactive";

const { width: ScreenWidth } = Dimensions.get("screen");

Expand Down
36 changes: 0 additions & 36 deletions example/lib/InteractiveTextInput.style.ts

This file was deleted.

152 changes: 0 additions & 152 deletions example/lib/InteractiveTextInput.tsx

This file was deleted.

Loading

0 comments on commit 18d5acc

Please sign in to comment.