An example of WeDeploy Data on React Native.
- Install the WeDeploy CLI.
- Clone this repository.
- Open the project with your command line and run
we deploy -p yourproject
. - Navigate to
TodoApp
folder and executenpm i
. - Load data.js file in a text editor and replace
<project-name>
with the name of the project you choose in step 2 (yourproject
). For example, if the project is calledtestrndata
, the data URL should look likedata-testrndata.wedeploy.io
. - Run
npm run ios
ornpm run android
.
BSD-3-Clause, © Liferay, Inc.