mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8f9bca5f74
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52343 This diff commits our V2 JavaScript API snapshot for React Native. This is a new format and workflow that replaces the previous `public-api-test` Jest test. Please look at the file header for up-to-date instructions on updating the API snapshot. Changelog: [Internal] Reviewed By: huntie Differential Revision: D77532617 fbshipit-source-id: d5faae815aa5071b0f472fcb02318b73772b11cf
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictFunctionTypes": false
|
|
},
|
|
"include": ["ReactNativeApi.d.ts"]
|
|
}
|