Thomas Henderson
Thomas Henderson
It seems the size is fixed at default 24px but you can change using: ``` emojiSize={40} ``` This will change all emojis to 40px. I am using: ``` custom={customEmojis} ```...
This is my setup: index.js ``` import { AppRegistry } from "react-native"; import App from "./App"; import { name as appName } from "./app.json"; AppRegistry.registerComponent(appName, () => App); ``` App.tsx...
version 3.4.2 There is also a same closed issue for Android but still people commenting with problems. For me Android is fine but iOS is the block/bar.
I use filestack-js in my regular React application and it works fine. Now we are building mobile with react-native. Reading from filestack seems fine but I cannot get upload working....
Sometimes when I try uploading from my Samsung Android (version 10) phone using Chrome browser, it fails. These are my pickOptions: ``` const pickOptions = ( func: (img: string) =>...
Suggested fix in index.css: (add padding-bottom: 30px;) .item--price { display:flex; justify-content: flex-start; align-items: center; font-weight: lighter; font-size: 1.6rem; letter-spacing: 2px; padding-bottom: 30px; }