-
Notifications
You must be signed in to change notification settings - Fork 25k
Create specific module in RN to define the types for host instances and host components that ReactNativeTypes defines #49601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Differential Revision: D69996010
92e3940 to
08be00a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Differential Revision: D69996010
08be00a to
17cb3ae
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Differential Revision: D69996010
17cb3ae to
0040a95
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Differential Revision: D69996010
0040a95 to
2d4c891
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
2d4c891 to
bed4e49
Compare
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Reviewed By: huntie Differential Revision: D69996010
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Reviewed By: huntie Differential Revision: D69996010
|
This pull request was exported from Phabricator. Differential Revision: D69996010 |
bed4e49 to
166db53
Compare
|
This pull request was successfully merged by @rubennorte in e630b2c When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in e630b2c. |
…nd host components that ReactNativeTypes defines (facebook#49601) Summary: Pull Request resolved: facebook#49601 Changelog: [internal] This creates a new module in React Native to define some of the types related to `HostInstance` that are currently defined in `ReactNativeTypes` (synced from the React repo). We want to remove the types from `ReactNativeTypes` so this is a necessary initial step. Reviewed By: huntie Differential Revision: D69996010 fbshipit-source-id: 21cfed4c222e22332936e56aca895fe578809792
Summary:
Changelog: [internal]
This creates a new module in React Native to define some of the types related to
HostInstancethat are currently defined inReactNativeTypes(synced from the React repo).We want to remove the types from
ReactNativeTypesso this is a necessary initial step.Differential Revision: D69996010