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

27 - Ícone, Nome e Splash Screen #24

Merged
merged 8 commits into from
Apr 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
5 - Android App name
LucasGarcez committed Mar 25, 2024
commit 28546c6c22ea5d6e950ad9e73e76524c38d24417
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">NubbleApp</string>
<string name="app_name">Nubble</string>
</resources>

Unchanged files with check annotations Beta

containerProps,
...rnTextInputProps
}: TextInputProps) {
const {colors} = useAppTheme();

Check warning on line 32 in src/components/TextInput/TextInput.tsx

GitHub Actions / pull-request-checks

'colors' is already declared in the upper scope on line 10 column 9
const inputRef = useRef<RNTextInput>(null);
const $textInputContainer: BoxProps = {
source={{
uri: imageUri,
}}
// eslint-disable-next-line react-native/no-inline-styles

Check warning on line 38 in src/screens/app/PublishPostScreen/PublishPostScreen.tsx

GitHub Actions / pull-request-checks

'react-native/no-inline-styles' rule is disabled but never reported
style={{
width: IMAGE_WIDTH,
height: IMAGE_WIDTH,