You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react-native-flagsmith/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ See all available types [here](https://github.com/Flagsmith/flagsmith-js-client/
64
64
|`defaultFlags?: IFlags`| Allows you define default features, these will all be overridden on first retrieval of features. || null |
65
65
|`preventFetch?: boolean`| If you want to disable fetching flags and call getFlags later. || false |
66
66
|`state?: IState`| Set a predefined state, useful for SSR / isomorphic applications. || false |
67
-
|`api?: string`| Use this property to define where you're getting feature flags from, e.g. if you're self hosting. ||https://api.flagsmith.com/api/v1/|
67
+
|`api?: string`| Use this property to define where you're getting feature flags from, e.g. if you're self hosting. ||https://edge.api.flagsmith.com/api/v1/|
0 commit comments