Skip to content

Commit

Permalink
fix React Native signals (#1310)
Browse files Browse the repository at this point in the history
* f

* rl
  • Loading branch information
samijaber authored Nov 29, 2023
1 parent 057ad36 commit e7e5052
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/3cb89724.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@builder.io/mitosis-repo"
- "@builder.io/mitosis"
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/mitosis-cli",
"version": "0.0.94",
"version": "0.0.95",
"description": "mitosis CLI",
"types": "build/types/types.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "Builder.io",
"url": "https://www.builder.io"
},
"version": "0.0.135",
"version": "0.0.136",
"homepage": "https://github.com/BuilderIO/mitosis",
"main": "./dist/src/index.js",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/helpers/plugins/process-signals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ const getSignalMapperForTarget = (target: Target): SignalMapper => {
return {
getter: (name) => types.identifier('$' + name),
};
case 'preact':
case 'reactNative':
case 'react':
case 'solid':
return {
Expand Down

1 comment on commit e7e5052

@vercel
Copy link

@vercel vercel bot commented on e7e5052 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.