Commit Graph

175 Commits

Author SHA1 Message Date
Wojciech Lewicki
06ac3491d1 feat: update readmes (#1716)
PR refactoring the READMEs, removing outdated information and adding, removing CHANGELOG.md generated by semantic-release, moving usage of the library to USAGE.md.
2022-07-25 17:04:03 +02:00
Moser José
c84b34535c update the readme for npm (#1523)
Co-authored-by: Moser José <moser.jose@outlook.com>
Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
2022-07-25 12:29:41 +02:00
Marlene Cota
28d51bdf06 Add Windows support (#1632)
Adds Windows support.

Co-authored-by: Adam Gleitman <adam.gleitman@gmail.com>
Co-authored-by: REDMOND\agnel <agnel@microsoft.com>
2022-07-15 11:50:58 +02:00
Sanjeeban Mukhopadhyay
1dc42ea8a8 Fixed Typo (#1789) 2022-07-14 15:37:28 +02:00
Wojciech Lewicki
86f0be17fb Update README.md
Removed `Looking for maintainers` and added `Example` app to README.
2022-04-27 15:25:40 +02:00
Sjaak Schilperoort
69e1be7bbc Add support for setting an onError prop on SvgCssUri (#1718)
In PR #1266, support was added for setting an onError property on SvgUri. This PR adds the same to SvgCssUri.
2022-04-12 11:24:53 +02:00
klaz
f277c27dcd Fixed typo in README.md (#1448) 2022-02-28 19:45:19 +01:00
Anton Kuznetsov
cbc6d58774 Fix typo in README (#1427) 2022-02-28 19:36:39 +01:00
Hakan Akın
2826fd92cb Updated README.md (#1690) 2022-02-25 12:50:51 +01:00
Brent Vatne
5a16bffcb3 Fix README re: Expo usage
It is not any different to import react-native-svg in Expo apps than it is otherwise
2021-07-28 16:41:15 -07:00
Mikael Sand
9f9cde94a3 Looking for maintainers 2021-03-17 21:00:39 +02:00
Mikael Sand
b2e2c35520 Merge pull request #1370 from umairx97/patch-1
Update README.md
2020-06-09 10:54:27 +03:00
Evan Bacon
bfdf2190d8 Clean up expo instructions 2020-05-14 12:42:36 -07:00
Umair Ahmed
aca61e27f2 Update README.md 2020-05-04 17:40:39 +05:00
Mikael Sand
e390f87686 chore(readme): fix #1272 linearGradient example 2020-03-08 14:42:14 +02:00
Steven Vanderschaeve
fc4b9d54af Fix type in README.md 2020-01-30 09:21:41 +01:00
Mikael Sand
529b3bfaa0 feat: ForeignObject documentation 2020-01-12 19:10:17 +02:00
Mikael Sand
966881a67d feat!: Masks now support native elements
BREAKING CHANGE: If you had native elements inside any Svg root before,
Then your content might change appearance when upgrading,
as e.g. transforms and masks now take effect.
2020-01-04 07:37:20 +02:00
Mikael Sand
db76e6f22c feat!: note about masks and native elements as ancestors of svg
BREAKING CHANGE
2020-01-04 07:32:12 +02:00
moay
b092096450 Fixes readme
This line in the readme triggers a warning when running tests with jest. It should be updated to the new, correct import as promoted by expo.
2019-12-05 09:40:52 +01:00
Mikael Sand
8b578929bc Merge branch 'develop' 2019-10-25 21:35:57 +03:00
Mikael Sand
18036efc3c deps: upgrades 2019-10-25 21:34:32 +03:00
Tuomas Jaakola
98d27837f9 readme: css support 2019-10-24 00:43:08 +03:00
Tuomas Jaakola
efd4c012d9 cleaning readme 2019-10-24 00:04:02 +03:00
Aman Mittal
997b0c3580 docs: update with Expo installation steps
Resolves #1159
2019-10-21 20:44:34 +05:30
Mikael Sand
dc7d0768b0 refactor: run format / prettier, update readme 2019-10-19 22:57:44 +03:00
Mikael Sand
2852413697 Merge remote-tracking branch 'origin/master' into develop 2019-10-19 22:56:28 +03:00
Mikael Sand
cc1f835dc9 Update README.md
Add serialization example
2019-10-19 12:32:18 +03:00
Mikael Sand
88d7ebf360 chore: update readme 2019-10-04 17:50:46 +03:00
Mikael Sand
0c127dc6bc Update README.md 2019-10-03 14:18:48 +03:00
Mikael Sand
2af5b6cf29 Update README.md
Add more marker examples from svg 2.0 draft
2019-10-03 12:34:15 +03:00
Mikael Sand
1860a2fb18 Update README.md
Add intro to marker element and attributes
2019-10-03 12:06:35 +03:00
Mikael Sand
b2c7f91edb Update README.md 2019-10-02 21:06:25 +03:00
Mikael Sand
4f3e34e556 refactor: typescript 2019-09-09 05:44:29 +03:00
Mikael Sand
3f70055b6c Update README.md 2019-09-01 16:10:31 +03:00
a7urag
4a696dc374 Update README.md 2019-09-01 16:10:31 +03:00
Mikael Sand
f76b2217cc lint: upgrade dev-deps and fix formatting 2019-08-26 23:22:58 +03:00
Mikael Sand
503a7a68ea feature: Implement SvgUri and SvgXml #1074 2019-08-25 22:44:32 +03:00
Mikael Sand
d61ab0f1c0 Update README.md 2019-08-10 02:11:13 +03:00
Mikael Sand
75568e65ed Update README.md 2019-08-10 01:56:21 +03:00
Mikael Sand
81f817eca3 Fix linting 2019-06-09 14:31:25 +03:00
Mikael Sand
276a6e93af Update README.md 2019-04-18 13:11:33 +03:00
Mikael Sand
ef0c9bbfe4 Update README.md 2019-04-18 13:05:51 +03:00
Asuki Kono
8f6fbcb74b Add link of w3.org to reference params for path 2019-04-15 11:27:55 +09:00
Mikael Sand
ee6139cb03 Update README.md 2019-03-21 19:41:36 +02:00
Mikael Sand
221e23a737 Update README.md 2019-03-11 03:36:03 +02:00
Mikael Sand
f4144384ee Merge pull request #958 from kristerkari/update-svg-transformer-docs
Update react-native-svg-transformer documentation
2019-03-09 01:20:52 +02:00
krister
613f801fa2 Update react-native-svg-transformer documentation
- Use `metro.config.js` instead of `rn-cli.config.js`.
- React Native 0.59.x ships with `metro.config.js` file, so it will be used as the default config for Metro.
- `metro.config.js` file works on React Native 0.57 and 0.58 too.
2019-03-01 18:51:01 +02:00
Flavio Silva
47e2e02bf5 [docs] Change 'cascade' wording to 'inheritance'. 2019-02-19 14:24:34 -03:00
Flavio Silva
5d1b0eece5 [docs] Add a code explanation section to the color cascade (pencil) example. 2019-02-19 10:46:38 -03:00