astrahov
astrahov
**Packages** - react-native: 0.63.2 - serialize-javascript: 3.1.0 and higher (3.1.0 - 5.1.0) **Use** ``` import serialize from 'serialize-javascript' ... const var1 = serialize(value) ``` **Error** The application crashes on startup...
Я установил плагин BootstrapVue `npm install bootstrap-vue bootstrap`. Следующий код не работает: import {Vue} from 'ui.vue'; import BootstrapVue from 'bootstrap-vue'; Vue.use(BootstrapVue) Vue.create({ ... }); И во Vue-компоненте (*.vue) выдает ошибку...
### How frequently does the bug occur? Always ### Description When deleting and recreating an object, the deletion is handled properly and the object becomes null. However after reinsertion it...
How can I make the badge as a dot? Example: [https://pastenow.ru/BH97H](https://pastenow.ru/BH97H) Idea: ``` ( ), // // Badge Number: tabBarBadge: 3, tabBarBadgeStyle: { ... }, // // or Dot tabBarBadgeDot:...