vue-native-core icon indicating copy to clipboard operation
vue-native-core copied to clipboard

Vue Native is a framework to build cross platform native mobile apps using JavaScript

Results 36 vue-native-core issues
Sort by recently updated
recently updated
newest added

Does vue native support global component feature? i've tried this code but seems it doesn't work: ``` import MyComponent from './MyComponent'; Vue.component('my-component', MyComponent); ```

enhancement

I got warnings like below, it looks like all components from react-native had been imported by default, so can I set that as empty or just `view` and `text`, and...

good first issue

**Description of the bug** I want to use data provider pattern, but i got warnings like `Warning: Each child in a list should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys...

enhancement

Seems that CSS classes can only be set to a single class, not a string of multiple classes. Seems like a limitation, and I don't see why it can't concatenate...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies