Skip to content

Commit b626dda

Browse files
[FSSDK-10121] doc update
1 parent 33b4344 commit b626dda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feat
1010

1111
Refer to the [React SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/javascript-react-sdk) for detailed instructions on getting started with using the SDK.
1212

13-
For React Native, review the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk) for installation and implementation detail.
13+
For React Native, review the [React Native developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/javascript-react-native-sdk).
1414

1515

1616
### Features
@@ -70,6 +70,10 @@ class App extends React.Component {
7070
npm install @optimizely/react-sdk
7171
```
7272

73+
For **React Native**, installation instruction is bit different. Check out the
74+
- [Official Installation guide](https://docs.developers.optimizely.com/feature-experimentation/docs/install-sdk-reactnative)
75+
- [Expo React Native Sample App](https://github.com/optimizely/expo-react-native-sdk-sample)
76+
7377
## Use the React SDK
7478

7579
### Initialization

0 commit comments

Comments
 (0)