Some techniques for optimizing app startup time in React Native include using code splitting and lazy loading to defer loading of non-essential code until it's needed, reducing the size of the initial bundle to minimize download times, and leveraging platform-specific optimizations to improve startup performance on different devices and platforms.