Jovanni Lo
Jovanni Lo
In github comment box, you have the option to drag/drop, paste or **select file/images**. This plugin lacks the "select" using file input. I achieved this by directly modifying a dist...
Added few options to your plugin. Please check :)
Init tree by: ``` js $('#tree').tree(); ``` This should be helpful for ajax dynamic content
`fallback_input` will work the same as `fallback_id` but now it will accept either `string` or `jquery` element. Also added the `binded_input` (accepts `string` or `jquery` element) that will bind filedrop's...
# Why Fixes #27984 https://github.com/expo/expo/issues/28739 This fixes `mute` prop issue when switching from `picture` to `video` mode. # How - Only set `mute` when it changed in the native side....
### Minimal reproducible example https://github.com/lodev09/expo-camera-issue ### What platform(s) does this occur on? IOS ### Did you reproduce this issue in a development build? Yes ### Summary My app use case...
### Minimal reproducible example https://github.com/lodev09/expaw ### What platform(s) does this occur on? Jest ### Did you reproduce this issue in a development build? Yes ### Summary `expo-image` is spitting `console.error`...
- Closes #106 - Implements custom `@expo/vector-icons` - Demonstrates how to use vector-icons into ignite instead of png Feel free to edit flow, copy, etc.
### Describe your recipe idea Ignite currently uses png images for their Icons but I know some people want font icons instead. On one of my project, I've converted the...
### Description I maintain a native component library and trying to make it work with New Architecture interop. It builds without problem. However, the `bridge` in the view manager instance...