Skip to content

Commit

Permalink
feat: release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devhau committed Sep 7, 2023
1 parent 9b5b545 commit cd6ccf2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: devhau
open_collective: bitsudo
open_collective: BytePlatform
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 BitSudo
Copyright (c) 2023 BytePlatform

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# [![](./logo.svg)](https://bitsudo.github.io/react-native-echarts-kit/)
# [![](./logo.svg)](https://BytePlatform.github.io/react-native-echarts-kit/)

[![npm version](https://img.shields.io/npm/v/react-native-echarts-kit.svg?style=flat)](https://www.npmjs.com/package/react-native-echarts-kit)
[![npm downloads](https://img.shields.io/npm/dm/react-native-echarts-kit)](https://www.npmjs.com/package/react-native-echarts-kit)
[![issues](https://img.shields.io/github/issues/bitsudo/react-native-echarts-kit.svg?style=flat)](https://github.com/bitsudo/react-native-echarts-kit/issues)
[![GitHub contributors](https://img.shields.io/github/contributors/bitsudo/react-native-echarts-kit.svg?style=flat)](https://github.com/bitsudo/react-native-echarts-kit/graphs/contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/bitsudo/react-native-echarts-kit/pulls)
[![license](https://img.shields.io/github/license/bitsudo/react-native-echarts-kit.svg?style=flat)](https://github.com/bitsudo/react-native-echarts-kit/blob/main/LICENSE)
[![issues](https://img.shields.io/github/issues/BytePlatform/react-native-echarts-kit.svg?style=flat)](https://github.com/BytePlatform/react-native-echarts-kit/issues)
[![GitHub contributors](https://img.shields.io/github/contributors/BytePlatform/react-native-echarts-kit.svg?style=flat)](https://github.com/BytePlatform/react-native-echarts-kit/graphs/contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/BytePlatform/react-native-echarts-kit/pulls)
[![license](https://img.shields.io/github/license/BytePlatform/react-native-echarts-kit.svg?style=flat)](https://github.com/BytePlatform/react-native-echarts-kit/blob/main/LICENSE)

# I move repos : https://github.com/bykit/react-native-echarts-kit

[React Native](https://reactnative.dev/) version of [Apache Echarts](https://github.com/apache/echarts), based on [react-native-svg](https://github.com/software-mansion/react-native-svg). This awesome library offers significantly improved performance compared to WebView-based solutions.

Checkout the full documentation [here](https://bitsudo.github.io/react-native-echarts-kit/) or [https://bit-sudo.com/open-source/react-native-echarts-kit](https://bit-sudo.com/open-source/react-native-echarts-kit).
Checkout the full documentation [here](https://BytePlatform.github.io/react-native-echarts-kit/) or [https://bit-sudo.com/open-source/react-native-echarts-kit](https://bit-sudo.com/open-source/react-native-echarts-kit).
## About

- 🔥 The same usage as Apache ECharts
Expand All @@ -31,7 +31,7 @@ Install [react-native-svg](https://github.com/software-mansion/react-native-svg#
## Usage

![example](https://raw.githubusercontent.com/bitsudo/react-native-echarts-kit/main/screenshots/example.jpg)
![example](https://raw.githubusercontent.com/BytePlatform/react-native-echarts-kit/main/screenshots/example.jpg)

### Example

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-echarts-kit",
"version": "1.0.5",
"version": "1.0.7",
"description": "Echarts SVG for react native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -42,13 +42,13 @@
"ios",
"android"
],
"repository": "https://github.com/bitsudo/react-native-echarts-kit",
"repository": "https://github.com/BytePlatform/react-native-echarts-kit",
"author": "devhau",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitsudo/react-native-echarts-kit/issues"
"url": "https://github.com/BytePlatform/react-native-echarts-kit/issues"
},
"homepage": "https://github.com/bitsudo/react-native-echarts-kit#readme",
"homepage": "https://github.com/BytePlatform/react-native-echarts-kit#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down

0 comments on commit cd6ccf2

Please sign in to comment.