Skip to content

Commit

Permalink
fix: duplication of Pressable import in React Native (#1521)
Browse files Browse the repository at this point in the history
* remove duplicated pressable import

* changeset
  • Loading branch information
sidmohanty11 authored Aug 6, 2024
1 parent 8e90832 commit 34bbd34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 237 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-ghosts-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@builder.io/mitosis': patch
---

Fix: remove duplicated `Pressable` import in React Native
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ import {
TouchableOpacity,
Button,
Linking,
Pressable,
} from \\"react-native\\";
import { useContext } from \\"react\\";
import Context1 from \\"@dummy/1\\";
Expand Down
Loading

0 comments on commit 34bbd34

Please sign in to comment.