Skip to content

Commit

Permalink
added RN loading state at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 23, 2024
1 parent 55bdd24 commit 0411698
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/client/javascript-mono/ReactNativeUsage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ export const ReactNativeAdvanced = _ReactNativeAdvanced;
import * as _reactGatesAndConfigs from "./react/_reactGatesAndConfigs.mdx";
export const ReactGatesAndConfigs = _reactGatesAndConfigs;

import * as _reactNativeLoadingState from "./_reactNativeLoadingState.mdx";
export const ReactNativeLoadingState = _reactNativeLoadingState;

export const Builder = SDKDocsBuilder({
sections: [
[
Expand All @@ -57,6 +60,7 @@ export const Builder = SDKDocsBuilder({
[ReactNativeInstall, {}],
[ReactNativeSetup, {}],
[ReactGatesAndConfigs, { packageName: "react-native" }],
[ReactNativeLoadingState, {}],
[ReactNativeAdvanced, {}],
]
})
Expand Down

0 comments on commit 0411698

Please sign in to comment.