Skip to content

Commit

Permalink
fix: handle text input in react native generator (#1435)
Browse files Browse the repository at this point in the history
* fix: handle text input in react native generator

* test: update snapshots

* refactor: check on node name instead of bindings in react native generator

* lint: run formatting on changed files

* refactor: restore node.name assigment line in react native genertor

* test: update snapshots for marko.test.ts and solid.test.ts

---------

Co-authored-by: = <=>
  • Loading branch information
Othman2001 authored May 17, 2024
1 parent 0d79305 commit 3d8b354
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ import {
Image,
Text,
Pressable,
TextInput,
} from \\"react-native\\";
import { useContext } from \\"react\\";
import Context1 from \\"@dummy/1\\";
Expand Down
Loading

0 comments on commit 3d8b354

Please sign in to comment.