-
Hi everyone. Can you please help me out guys?
What can be reason of this error right after ```JitsiMeet.call(url, userInfo);```?
```com.facebook.react.common.JavascriptException: TypeError: null is …
-
# Unfriend/block should remove user from "Sharing your live location screen
| QA TEMPLATE | Input
| ----------------- | -------
| Device Type: | iPhone 7 Plus
| iOS: |12.3.1
||
| tr Versio…
-
# Newly connected users/friends do not show correct online presence
| QA TEMPLATE | Input
| ----------------- | -------
| Device Type: | iPhone 7 Plus
| iOS: |12.4
||
| tr Version: | 4.19…
-
# Description
기능 구현에 필요한 프레임워크/라이브러리 등을 대략적으로 정리하여
전반적인 기술 스택을 파악할 수 있도록 이슈에 기록한다.
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
@surya-kanoria
Can you please explain how is this different from other OTA-update services like code push?
-
### New Version
0.71.7
### Old Version
0.66.3
### Build Target(s)
Android
### Output of `react-native info`
System:
OS: macOS 13.3.1
CPU: (10) arm64 Apple M1 Pro
Me…
-
Purpose:
To list Version number of each release along with the features or issues fixed
-
#import "Orientation.h"
@implementation AppDelegate
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window {
return […
-
理论上原生包的作用只是用于版本判断,真正需要的信息应该也就是编译时间、版本号、jsbundle文件;
其中,jsbundle文件可能会用于差量更新,暂且理解为必选项。
但编译时间、版本号可以通过人为设定的方式而不是上传原生包的方式实现。
上传原生包这一过程,提高了发布流程的复杂性,也不方便开发者理解,可不可以在后续版本中取消这一流程呢?