(ch, i)
| 38 | // Rainbow /buddy teaser shown on startup when no companion hatched yet. |
| 39 | // Idle presence and reactions are handled by CompanionSprite directly. |
| 40 | function _temp(ch, i) { |
| 41 | return <Text key={i} color={getRainbowColor(i)}>{ch}</Text>; |
| 42 | } |
| 43 | export function useBuddyNotification() { |
| 44 | const $ = _c(4); |
| 45 | const { |
nothing calls this directly
no test coverage detected