react-native-accessibility-engine
Make accessibility-related assertions on React Native code using React Test Renderer
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- build.yml
- code-quality.yml
- prerelease.yml
- release.yml
- commit-msg
- pre-commit
- showcase-horizontal.png
- Guidelines.md
- config
- App-test.tsx
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainComponentsRegistry.java
- MainApplicationTurboModuleManagerDelegate.java
- MainApplicationReactNativeHost.java
- MainActivity.java
- MainApplication.java
- CMakeLists.txt
- MainApplicationModuleProvider.cpp
- MainApplicationModuleProvider.h
- MainApplicationTurboModuleManagerDelegate.cpp
- MainApplicationTurboModuleManagerDelegate.h
- MainComponentsRegistry.cpp
- MainComponentsRegistry.h
- OnLoad.cpp
- rn_edit_text_material.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- _BUCK
- build.gradle
- build_defs.bzl
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.mm
- Info.plist
- LaunchScreen.storyboard
- main.m
- ReactNativeAccessibilityEngine.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Info.plist
- ReactNativeAccessibilityEngineTests.m
- .xcode.env
- Podfile
- Podfile.lock
- card.tsx
- index.ts
- label.tsx
- section.tsx
- wrapper.tsx
- button-accessible-test.tsx
- button-label-test.tsx
- button-role-test.tsx
- button-state-test.tsx
- checkbox-test.tsx
- empty-text-test.tsx
- index.ts
- link-role-misused-test.tsx
- link-role-required-test.tsx
- checkbox_empty_512px.png
- checkbox_filled_512px.png
- filled_heart_16px.png
- filled_heart_24px.png
- filled_heart_32px.png
- heart_32px.png
- index.ts
- right-chevron_24px.png
- right-chevron_32px.png
- RootNavigator.tsx
- App.tsx
- TestingGround.tsx
- .buckconfig
- .eslintrc.js
- .gitignore
- .node-version
- .prettierrc.js
- .ruby-version
- .watchmanconfig
- app.json
- babel.config.js
- Gemfile
- index.js
- metro.config.js
- package.json
- yarn.lock
- react-native+0.67.1.patch
- checkbox_512px.png
- filled_heart_16px.png
- filled_heart_24px.png
- filled_heart_32px.png
- heart_32px.png
- index.ts
- index.test.tsx
- index.tsx
- canBeDisabled.test.tsx
- canBeDisabled.ts
- index.ts
- getComponentName.test.tsx
- getComponentName.tsx
- index.ts
- getPathToComponent.test.tsx
- getPathToComponent.tsx
- index.ts
- index.ts
- isAdjustable.test.tsx
- isAdjustable.ts
- index.ts
- isCheckbox.test.tsx
- isCheckbox.ts
- index.ts
- isHidden.test.tsx
- isHidden.ts
- index.ts
- isReactTestInstance.test.ts
- isReactTestInstance.ts
- index.ts
- isText.test.tsx
- isText.ts
- index.ts
- isFunctionalComponent.ts
- isPressable.ts
- index.ts
- toBeAccessible.test.tsx
- toBeAccessible.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.test.tsx
- index.ts
- index.ts
- Help.ts
- index.ts
- Matchers.ts
- Result.ts
- Rule.ts
- Violation.ts
- generateCheckError.ts
- generateMatcherError.ts
- index.ts
- index.ts
- .editorconfig
- .gitignore
- babel.config.js
- CONTRIBUTING.md
- globals.d.ts
- jest.setup.ts
- LICENSE
- package.json
- README.md
- renovate.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/aryella-lacerda/react-native-accessibility-engine
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-accessibility-engine
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install react-native-accessibility-engine react-test-renderer --save-dev
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add react-native-accessibility-engine react-test-renderer --dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install react-native-accessibility-engine react-test-renderer@^17.0.2 --save-dev
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add react-native-accessibility-engine react-test-renderer@^17.0.2 --dev
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
