Nathan Schwermann
Nathan Schwermann
Add ClickableSpan as part of the builder. It should be nestable in other spans. I am not exactly familiar what the DSL in ktx looks like for spannable strings but...
Attempt to slap a bandaid on https://github.com/koush/AndroidAsync/issues/358
Adds new AppCompat theme support, using the color accent of material to color the divider.
If I goto a group page, much of the content people share will say 'this content isn't available right now' due to this plugin. Other than that working great!
I have seen your example here https://github.com/nomiclabs/hardhat/issues/1159#issuecomment-789310120 and I follow you instructions ``` const frame = ethProvider('frame'); const contractFactory = await ethers.getContractFactory("MyContract"); const tx = await contractFactory.getDeployTransaction(); ``` but get...
I have seen your example here https://github.com/nomiclabs/hardhat/issues/1159#issuecomment-789310120 and I follow you instructions ``` const frame = ethProvider('frame'); const contractFactory = await ethers.getContractFactory("MyContract"); const tx = await contractFactory.getDeployTransaction(); ``` but get...
If the label for a switch takes up more than one line it will push the switch off the screen before the text drops to the next line
``` Installing system images. /bin/sh -c \sdkmanager --install 'system-images;android-30;google_apis;arm64-v8a' --channel=0 > /dev/null Warning: Observed package id 'ndk;21.4.7075529' in inconsistent location '/Users/runner/Library/Android/sdk/ndk-bundle' (Expected '/Users/runner/Library/Android/sdk/ndk/21.4.7075529') Warning: Observed package id 'ndk;21.4.7075529' in inconsistent...
Milestone 2 of Android Support https://github.com/w3f/Grants-Program/pull/573 Resolves: https://github.com/emeraldpay/polkaj/issues/42 https://github.com/emeraldpay/polkaj/issues/45 https://github.com/emeraldpay/polkaj/issues/47 https://github.com/emeraldpay/polkaj/issues/59 https://github.com/emeraldpay/polkaj/issues/70
I try to run on the android emulator by using the command 'react-native run-android' However I get the following error "Android project not found. Maybe run react-native android first?" I...