Partitionvisual (#122)
* first tries with transition entry from native base * setup moti for mobile and web use * added Easing linear for consistant scroll scpeed * pause works ! * added startAt, rewind and fast forward * created temporary view for partition viewer * Cleanup for PR * fix little bug in rewind
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
const createExpoWebpackConfigAsync = require('@expo/webpack-config')
|
||||
|
||||
module.exports = async function (env, argv) {
|
||||
const config = await createExpoWebpackConfigAsync(
|
||||
{
|
||||
...env,
|
||||
babel: { dangerouslyAddModulePathsToTranspile: ['moti'] },
|
||||
},
|
||||
argv
|
||||
)
|
||||
|
||||
config.resolve.alias['framer-motion'] = 'framer-motion/dist/framer-motion'
|
||||
|
||||
return config
|
||||
}
|
||||
Reference in New Issue
Block a user