Skip to content

Commit

Permalink
fix(web-storage): ignore nullability warnings in generated specs (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 19, 2024
1 parent 18f82d6 commit 71f526a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-actors-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-webapis/web-storage": patch
---

Ignore nullability warnings in generated specs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#if __has_include(<RNWWebStorageSpec/RNWWebStorageSpec.h>)

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnullability-completeness"
#include <RNWWebStorageSpec/RNWWebStorageSpec.h>
#pragma clang diagnostic pop

#define RNW_USE_NEW_ARCH 1

Expand Down

0 comments on commit 71f526a

Please sign in to comment.