We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec128e commit e5bb712Copy full SHA for e5bb712
docs/docs/docs/getting-started/quick-start.mdx
@@ -110,7 +110,7 @@ Here you can read more about [Android Native Styling](/docs/guides/android-nativ
110
To enable static linking for iOS, Open the `./ios/Podfile` file and add the following:
111
112
```ruby
113
-use_frameworks!, :linkage => :static
+use_frameworks! :linkage => :static
114
```
115
116
0 commit comments