Skip to content

Instantly share code, notes, and snippets.

@jsonxr
jsonxr / App.tsx
Last active October 20, 2022 17:43
ReactNative Text android bug
import React from 'react';
import {Text, View} from 'react-native';
export default () => (
<View style={{flexDirection: 'row'}}>
<Text
style={{
letterSpacing: 2.6, // or 2.6
lineHeight: 21, // anything but undefined
}}>
@jsonxr
jsonxr / Cargo.toml
Last active March 29, 2020 04:26
wasm_bindgen optional params
[package]
name = "hello_world"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
org.grails.jaxrs.doreader.disable=true
org.grails.jaxrs.dowriter.disable=true