Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: OverKeyboardView with custom ShadowNode #863

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: include common directory in cpp lint
kirillzyusko committed Mar 19, 2025
commit 96871cd741c2feaf08da4226becc1eaf4bb0ff70
2 changes: 1 addition & 1 deletion .github/workflows/verify-cpp.yml
Original file line number Diff line number Diff line change
@@ -35,4 +35,4 @@ jobs:
python -m pip install --upgrade pip
pip install cpplint
- name: Run cpplint
run: cpplint --linelength=230 --filter=-legal/copyright,-readability/todo,-build/namespaces,-whitespace/comments,-build/c++11,-runtime/int,-runtime/references --quiet --recursive android/src/main/
run: cpplint --linelength=230 --filter=-legal/copyright,-readability/todo,-build/namespaces,-whitespace/comments,-build/c++11,-runtime/int,-runtime/references --quiet --recursive android/src/main/ common/cpp/