Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My app crashes when I try to run code for sdk initialization #38

Open
aaratishah opened this issue Jan 9, 2021 · 2 comments
Open

My app crashes when I try to run code for sdk initialization #38

aaratishah opened this issue Jan 9, 2021 · 2 comments

Comments

@aaratishah
Copy link

aaratishah commented Jan 9, 2021

`
initializeZoomSDK = () => {

if (!ZOOM_APP_KEY || !ZOOM_APP_SECRET) return false;

// init sdk
RNZoomUsBridge.initialize(
  ZOOM_APP_KEY,
  ZOOM_APP_SECRET,
).then().catch((err) => {
  console.warn(err);
  Alert.alert('error!', err.message)
});

}
`

When I run this part of code, my app screen closes without any err

System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Memory: 981.88 MB / 7.87 GB
Binaries:
Node: 15.4.0 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 7.0.15 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels: 23, 29, 30
Build Tools: 28.0.3, 29.0.0, 29.0.2, 30.0.3
System Images: android-30 | Google Play Intel x86 Atom
Android NDK: Not Found
Windows SDK: Not Found
IDEs:
Android Studio: Version 4.1.0.0 AI-201.8743.12.41.6953283
Visual Studio: Not Found
Languages:
Java: 1.8.0_275 - C:\Program Files\OpenJDK\openjdk-8u275-b01\bin\javac.EXE
Python: 2.7.18 - C:\Python27\python.EXE
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
react-native-windows: Not Found
npmGlobalPackages:
react-native: Not Found

Can you help me fix this @jimji1005

@tientruongvan1995
Copy link

tientruongvan1995 commented Feb 3, 2021

@majirosstefan
Copy link

@tientruongvan1995 thanks for mentioning my blog !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants