Skip to content

Commit 4b290a2

Browse files
committed
Use the minimum config without props in the changelog
1 parent 501a134 commit 4b290a2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,7 @@
4141
```jsx
4242
import { FeedbackForm } from "@sentry/react-native";
4343
...
44-
<FeedbackForm
45-
{...props}
46-
closeScreen={props.navigation.goBack}
47-
styles={{
48-
submitButton: {
49-
backgroundColor: '#6a1b9a',
50-
paddingVertical: 15,
51-
borderRadius: 5,
52-
alignItems: 'center',
53-
marginBottom: 10,
54-
},
55-
}}
56-
text={{namePlaceholder: 'Fullname'}}
57-
/>
44+
<FeedbackForm/>
5845
```
5946
Check [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/) for more configuration options.
6047

0 commit comments

Comments
 (0)