We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f95531 commit b3c8ae9Copy full SHA for b3c8ae9
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vkontakte/create-vk-app",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "VK Apps Boilerplate",
5
"main": "src/index.js",
6
"repository": {
src/App.js
@@ -29,6 +29,9 @@ class App extends React.Component {
29
});
30
}
31
32
+ // It is necessary to call VKWebAppInit to launch the app
33
+ VKConnect.send('VKWebAppInit', {});
34
+
35
VKConnect.send('VKWebAppGetUserInfo', {});
36
37
0 commit comments