@accessibility-rn-js/react-native-accessibility-toolkit 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -29
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -204,35 +204,6 @@ NativeAccessibilityBridge.announce("Form submitted successfully");
204
204
  - **Android**: API 21+
205
205
  - **React Native**: 0.60.0+
206
206
 
207
- ## 🤝 Before Publishing
208
-
209
- ### Update Package Name
210
-
211
- Replace `@yourorg/react-native-accessibility-toolkit` with your actual npm organization/package name in:
212
- - `package.json`
213
- - This README
214
- - Example code
215
-
216
- ### Update Author & Repository
217
-
218
- Edit `package.json`:
219
- ```json
220
- {
221
- "author": "Your Name <your.email@example.com>",
222
- "repository": {
223
- "url": "https://github.com/yourusername/your-repo.git"
224
- }
225
- }
226
- ```
227
-
228
- ### Publishing to NPM
229
-
230
- ```bash
231
- cd PLUGIN_SETUP
232
- npm login
233
- npm publish --access public
234
- ```
235
-
236
207
  ## 📄 License
237
208
 
238
209
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accessibility-rn-js/react-native-accessibility-toolkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A comprehensive accessibility toolkit for React Native applications with TTS, screen reader, color adjustments, and more",
5
5
  "main": "src/index.js",
6
6
  "scripts": {