Skip to content

Instantly share code, notes, and snippets.

@siddarthkay
siddarthkay / install-pr-script.sh
Created June 2, 2023 03:01
Generate android PR build for status-mobile locally and install on connected android device
make release-android BUILD_TYPE=pr
make shell TARGET=android
script/sign-android.sh result/app-pr-unisgned.apk
adb install result/app-pr-signed.apk
@siddarthkay
siddarthkay / navigation-logs
Last active February 24, 2023 13:19
Weird react-native-navigation error that comes after upgrading react-native version to 0.68.5
Exception 'Bridge not yet loaded! Send commands after Navigation.events().onAppLaunched() has been called.' was thrown while invoking setRoot on target RNNBridgeModule with params (
setRoot1,
{
modals = (
);
overlays = (
);
root = {
children = (
{
@siddarthkay
siddarthkay / gist:98f1b8687ee6b00a2a5b86641564f7e6
Created November 16, 2022 11:22
error i get when i run go test -run TestName -testify.m TestifyMethodName
# github.com/rjeczalik/notify
cgo-gcc-prolog:217:2: warning: 'FSEventStreamScheduleWithRunLoop' is deprecated: first deprecated in macOS 13.0 - Use FSEventStreamSetDispatchQueue instead. [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:1138:1: note: 'FSEventStreamScheduleWithRunLoop' has been explicitly marked deprecated here
# github.com/status-im/status-go/protocol.test
/Users/siddarthkumar/go/go1.18.8/pkg/tool/darwin_arm64/link: running clang++ failed: exit status 1
duplicate symbol '_sqlite3_stmt_busy' in:
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000035.o
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000090.o
duplicate symbol '_sqlite3_mutex_try' in:
/var/folders/l_/tv00b78s5mx52jfwrydg41qm0000gn/T/go-link-4058080301/000035.o