அணுகுமன இயல்பு (a11y) பயன்பாடுகளை அனைவரும் பயன்படுத்த முடிய வைக்கிறது, குறிப்பாக மாற்றுக்ష்மதை உள்ளவர்கள் (திரை வாசகர்களைப் பயன்படுத்துபவர்கள் முதலியவர்கள்). React Native அணுகுமன props மற்றும் APIs வழங்குகிறது. அணுகக்கூடிய பயன்பாடுகளை உருவாக்குவது உள்ளடக்குதலுக்கு முக்கியமாக இருக்கிறது, பெரும்பாலும் சட்ட ரீதியாக தேவைப்படுகிறது, மற்றும் தரமான பொறியியலை பிரதிபலிக்கிறது.
அணுகுமன இயல்பு ஏன் முக்கியமாக இருக்கிறது
→ INCLUSIVITY — people with disabilities (visual, motor, hearing) should be able to use
the app (screen readers like VoiceOver/TalkBack, larger text, etc.)
→ Often LEGALLY required (accessibility regulations) and an app-store/quality consideration
→ Good a11y often improves UX for everyone (clear labels, good contrast, large targets)
