Change package name
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -33,11 +33,6 @@ const FloatingActionButton = ({ visible }: { visible?: boolean }) => {
|
||||
label: 'Text',
|
||||
onPress: () => navigate('Add Item'),
|
||||
},
|
||||
{
|
||||
icon: 'microphone',
|
||||
label: 'Audio',
|
||||
onPress: () => navigate('Add Item'),
|
||||
},
|
||||
{
|
||||
icon: 'image-album',
|
||||
label: 'Album',
|
||||
|
@@ -1,8 +1,8 @@
|
||||
const packageName = 'com.terminallyonline';
|
||||
const packageName = 'com.karaolidis.terminallyonline';
|
||||
const appName = 'Terminally Online';
|
||||
const escapedAppName = appName.replaceAll(' ', '%20');
|
||||
const fileProvider = 'com.karaolidis.terminallyonline.rnshare.fileprovider';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
const noOp = () => {};
|
||||
|
||||
export { packageName, appName, escapedAppName, noOp };
|
||||
export { packageName, appName, fileProvider, noOp };
|
||||
|
@@ -1,3 +1,3 @@
|
||||
export { packageName, appName, escapedAppName, noOp } from './constants';
|
||||
export { packageName, appName, fileProvider, noOp } from './constants';
|
||||
export { isPermissionForPath, clearPermissions } from './permissions';
|
||||
export { getSortIcon, getViewIcon } from './icon';
|
||||
|
Reference in New Issue
Block a user