-
Currently, for the following code:
```scala
object RawSemanticUi {
@js.native
@JSImport("semantic-ui-react", "Button")
object Button extends js.Object
}
```
we were expecting to see some…
-
This project links to a couple other projects at the top of the readme, but there's no mention of [nodejs-mobile](https://code.janeasystems.com/nodejs-mobile) which at first glance appears to do the s…
-
When the app is killed (not in background) and it receives a remote notification, it displays the notification but also opens the app. This is bad practice and very intrusive for the user.
However,…
-
We're using type script, can you add the support?
-
https://snack.expo.io/@dabakovich/mentionsapp - see web tab
Looks like there are two present issues.
1. The rendered is getting an object as its value
2. Selecting a mention doesn't actually s…
-
Hi, I'm fairly new to React-Native but this library has already been awesome to work with. I've gotten the TabNavigation working with each tab with its own StackNavigation. I would like to re-render e…
-
Hi!
My app show this message:
"The expo sdk requires expo to run"
I runned yarn add expo.
Do you know why?
Thanks
-
# Bug report
- Reproduced on:
- [ x] Android
- [ ] iOS
## Description
After installation, I requested calling account permission then enable it. Back to the home screen, I can receive cal…
-
When attempting to run the project under Java 17, the build fails with the following error:
```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:proc…
-
Would it be possible/are there plans to support multiple character triggers? We have a use case for r/, p/ etc. Or would it be possible to point me to the relevant code?