Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -13653,4 +13653,4 @@ struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
}


void YGJNIVanilla::registerNatives(JNIEnv* env);
void YGJNIVanilla::registerNatives(JNIEnv* env);
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -13509,4 +13509,4 @@ struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
}


void YGJNIVanilla::registerNatives(JNIEnv* env);
void YGJNIVanilla::registerNatives(JNIEnv* env);
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -16245,4 +16245,4 @@ class FB::LazyVector {
public using reference = T;
public using size_type = std::int32_t;
public using value_type = T;
}
}
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -16111,4 +16111,4 @@ class FB::LazyVector {
public using reference = T;
public using size_type = std::int32_t;
public using value_type = T;
}
}
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -10599,4 +10599,4 @@ struct std::hash<facebook::react::jsinspector_modern::ExecutionContextSelector>
template <size_t key>
struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
public size_t operator()(const facebook::react::jsinspector_modern::UniqueMonostate<key>&) const noexcept;
}
}
2 changes: 1 addition & 1 deletion scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api
Original file line number Diff line number Diff line change
Expand Up @@ -10590,4 +10590,4 @@ struct std::hash<facebook::react::jsinspector_modern::ExecutionContextSelector>
template <size_t key>
struct std::hash<facebook::react::jsinspector_modern::UniqueMonostate<key>> {
public size_t operator()(const facebook::react::jsinspector_modern::UniqueMonostate<key>&) const noexcept;
}
}
Loading