File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ The Example application can be used for development purpose of the SDK. To integ
5
5
To run the example application inside the repository, follow these steps:
6
6
7
7
1 . Open a terminal or command prompt.
8
- 2 . Run ` npm run bootstrap` to set up the project.
9
- 3 . Run ` npm run prepare ` to build the project.
8
+ 2 . Run ` yarn bootstrap` to set up the project.
9
+ 3 . Run ` yarn ci ` to build the project.
10
10
4 . To run the application:
11
- For Android, run ` npm run example:android` .
12
- For iOS, run ` npm run example:ios` .
11
+ For Android, run ` yarn example:android` .
12
+ For iOS, run ` yarn example:ios` .
13
13
14
14
The application will be built and launched on the specified platform, allowing you to interact with it.
15
15
You can’t perform that action at this time.
0 commit comments