We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91d703 + bba71fd commit cf01384Copy full SHA for cf01384
.gitignore
@@ -56,3 +56,5 @@ buck-out/
56
*.jsbundle
57
/coverage
58
/.vscode/.react
59
+/lib/LICENSE
60
+/lib/README.md
lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-styled-text",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A React Native component for easy rendering of styled text.",
5
"main": "./index.js",
6
"scripts": {
package.json
"name": "react-native-styled-text-ex",
"private": true,
"start": "node node_modules/react-native/local-cli/cli.js start",
0 commit comments