Sub-Zero-1
Sub-Zero-1
Hello, there is some confusion in our project. You speak about a package name (GooglePackageName) which should be provided. Now, that is misleading. The package name is not the ApplicationId!...
Hi! I am new to React Native and Typescript. After installing this library and implementing the code it cannot find: this.ActionSheet.show() or ref={o => this.ActionSheet = o} What am I...
I use the slider inside a MaterialCardView. If doing so, the slider does not automatic change to the next slide. If I remove the MaterialCardView then it works.
Hi, is it somehow possible to rotate the arrow from the beginning? It is directing downwards. I would like it to have it upwards.
Hi. Following situation: I have 5 tabs. When starting in the Tab 1 I want to disable swiping to Tab 2 until some actions have been completed (press FORWARD button)....
Hi! I am loading an image from my gallery into StickerView and rotate and scale it there. `Bitmap bitmap = Bitmap.createBitmap(mContentRootView.getWidth(), mContentRootView.getHeight() , Bitmap.Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); mContentRootView.draw(canvas);`...
I have added the layout like in your example: ``` ``` Additionaly I added the colors to my color.xml file: ``` #65828e #ff9a00 #BDBDBD ``` Error: It can't find mainColor,...
Hi! I would need to get PostalAddresses(street, city, postal, country etc.) instead of the Email. Any idea how to do that?
Is there any basic typescript example available? I really having troubles to get in to run.