10 lines
212 B
JavaScript
10 lines
212 B
JavaScript
// Aiat app configuration overrides
|
|
module.exports = {
|
|
name: 'Aiat',
|
|
slug: 'aiat',
|
|
scheme: 'aiat',
|
|
owner: 'syui', // Your Expo account
|
|
bundleIdentifier: 'ai.syui.at',
|
|
// Icon will be set separately
|
|
}
|