Kameleoon / client-react-native

3 stars 0 forks source link

[Question] How can I create a site for React native? #1

Open tranducduong1994 opened 2 years ago

tranducduong1994 commented 2 years ago

Hello, I am trying to do an experiment in React native When I create an experiment from SDK

image

It require a site, but react native is mobile, it doesn't has URL

image

Or i misunderstood about "Site" here. Please correct me if I am wrong. thank you

tranducduong1994 commented 2 years ago

@sukhrob-kameleoon @Kameleoon Could you please help?

Kameleoon commented 2 years ago

Hello, Yes, the wording is not well chosen, we will change it soon in a new version of the platform. By "site" we actually mean a web ressource, which can be either a traditional web site or a mobile application for instance.

Just create a site that will represent your mobile application (the URL does not matter, you can enter whatever domain you want, such as mobile-app.example.com) and choose that site when creating your React-Native experiment. What's important is the associated code of the site (we call it sitecode) which is actually a unique id for it.

Best,