Skip to content

Commit

Permalink
Fixes escape string
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsahu committed Oct 25, 2024
1 parent b6c97e1 commit cdc2327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/expo-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- name: Add Button component
working-directory: test-app
run: |
cat <<EOT > app/(tabs)/index.tsx
mkdir -p app/\(tabs\)
cat <<EOT > app/\(tabs\)/index.tsx
import React from 'react';
import { View } from 'react-native';
import { Button, ButtonText } from '@/components/ui/button';
Expand Down

0 comments on commit cdc2327

Please sign in to comment.