-
## Goals
Use realm in device **while remote debugging**
## Actual Results
While not making any read or write, (actually happens moments after writing data and being queried), the app suddenly crashes…
-
react-dom.development.js:86 Warning: React does not recognize the `activeTab` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `act…
-
Tried to make a list of tasks running in background which has a style similar to what `MenuItem` has, but found that shared size doesn't work at all, but applies when and only when it is reset. Here's…
-
I am working through the tutorial in the docs for TabNavigation, and I want to change the amount of spacing between the icon and the label:
```
class MyHomeScreen extends React.Component {
stat…
-
# Description
Remove the TabNavigation.vue component completely and replace with an implementation like the Staking page location selector.
-
I can't figure an easy way to get the current navigation state from the `Navigator`. This ought to be trivial, I am sure, but it's not clear or friendly, so any help would be wonderful.
There is th…
-
**Describe the bug**
When tab'ing through an items repeater, or a navigation view (which uses one): after the tab focus returns to the items repeater (upwards or back tab direction), the focus will g…
-
### Current Behavior
We habe a bal-date Component and two buttons (today and yesterday) to set a value on the date we do this by the following code when you click "today":
this.form?.controls[thi…
-
Hello,
I have 3 buttons with 3 differents CornerRadius.
I have created a new theme using ControlThemes.
When i press Tab key, i would like to have a TabNavigation adorner that fit perfectly m…
-
### Current behavior
```const Tab = createBottomTabNavigator();
export const TabNavigation = () => {
const theme = useContext(ThemeContext);
return (
({
unmountOnBlur: true,…