File tree Expand file tree Collapse file tree
ReactCommon/react/nativemodule/featureflags
scripts/featureflags/templates/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<b4cd1eeb134f9eb288c6cf8287dbb355 >>
7+ * @generated SignedSource<<147254e7f4209e91f9ec00180f5b9c6d >>
88 */
99
1010/* *
@@ -35,7 +35,7 @@ namespace facebook::react {
3535
3636NativeReactNativeFeatureFlags::NativeReactNativeFeatureFlags (
3737 std::shared_ptr<CallInvoker> jsInvoker)
38- : NativeReactNativeFeatureFlagsCxxSpec (std::move(jsInvoker)) {}
38+ : NativeReactNativeFeatureFlagsCxxSpecJSI (std::move(jsInvoker)) {}
3939
4040bool NativeReactNativeFeatureFlags::commonTestFlag (
4141 jsi::Runtime& /* runtime*/ ) {
Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<52b646e5d77918f4de5585a83535bb46 >>
7+ * @generated SignedSource<<750cb2f00345cd1fd7ad82ed615e82bf >>
88 */
99
1010/* *
3030namespace facebook ::react {
3131
3232class NativeReactNativeFeatureFlags
33- : public NativeReactNativeFeatureFlagsCxxSpec<
34- NativeReactNativeFeatureFlags> {
33+ : public NativeReactNativeFeatureFlagsCxxSpecJSI {
3534 public:
3635 NativeReactNativeFeatureFlags (std::shared_ptr<CallInvoker> jsInvoker);
3736
37+ static constexpr std::string_view kModuleName = " NativeReactNativeFeatureFlagsCxx" ;
38+
3839 bool commonTestFlag (jsi::Runtime& runtime);
3940
4041 bool commonTestFlagWithoutNativeImplementation (jsi::Runtime& runtime);
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ namespace facebook::react {
4343
4444NativeReactNativeFeatureFlags::NativeReactNativeFeatureFlags(
4545 std::shared_ptr<CallInvoker> jsInvoker)
46- : NativeReactNativeFeatureFlagsCxxSpec (std::move(jsInvoker)) {}
46+ : NativeReactNativeFeatureFlagsCxxSpecJSI (std::move(jsInvoker)) {}
4747
4848${ Object . entries ( definitions . common )
4949 . map ( ( [ flagName , flagConfig ] ) =>
Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ ${DO_NOT_MODIFY_COMMENT}
3838namespace facebook::react {
3939
4040class NativeReactNativeFeatureFlags
41- : public NativeReactNativeFeatureFlagsCxxSpec<
42- NativeReactNativeFeatureFlags> {
41+ : public NativeReactNativeFeatureFlagsCxxSpecJSI {
4342 public:
4443 NativeReactNativeFeatureFlags(std::shared_ptr<CallInvoker> jsInvoker);
4544
45+ static constexpr std::string_view kModuleName = "NativeReactNativeFeatureFlagsCxx";
46+
4647${ Object . entries ( definitions . common )
4748 . map (
4849 ( [ flagName , flagConfig ] ) =>
You can’t perform that action at this time.
0 commit comments