HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In


In the React Native SDK, you can provide user id and user attributes together as part of the `user` prop, which is passed to the `OptimizelyProvider` component. You can pass strings, numbers, Booleans, and null as user attribute values. If you want to target audiences based on the version of your application that they're using, you can also pass in a string formatted as a [semantic version](🔗), then define a `version` audience condition in the Optimizely app. The examples below show how to pass in attributes.





Important

During audience evaluation, note that if you do not pass a valid attribute value for a given audience condition—for example, if you pass a string when the audience condition requires a Boolean, or if you simply forget to pass a value—then that condition will be skipped. The [SDK logs](🔗) will include warnings when this occurs.